-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 938 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "skeleton-react-loader",
"version": "2.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/SerhatUzbas/react-skeleton-loaders.git"
},
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && node esbuild.js && tsc"
},
"peerDependencies": {
"react": ">=18",
"react-dom": "^18.2.0",
"framer-motion": "^10.8.5"
},
"devDependencies": {
"@types/node": "^18.14.6",
"@types/react-dom": "^18.0.10",
"esbuild": "^0.17.11",
"esbuild-node-externals": "^1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "^18.0.28",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"@emotion/react": "^11.10.6",
"tslib": "^2.5.0",
"framer-motion": "^10.8.5"
},
"dependencies": {
"framer-motion": "^10.8.5"
},
"engines": {
"node": ">=16"
}
}