-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "stylish-sidebar",
"version": "1.1.2",
"description": "Reusable React sidebar",
"main": "lib/index.js",
"module": "lib/index.es.js",
"files": [
"/lib"
],
"repository": "https://github.com/EugeCos/stylish-sidebar",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "styleguidist server",
"build": "rollup -c"
},
"keywords": [
"sidebar",
"react",
"react-sidebar",
"emotionjs",
"dashboard"
],
"author": "Eugene Costov <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"babel-plugin-emotion": "^11.0.0",
"babel-plugin-module-resolver": "^4.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-styleguidist": "^11.1.5",
"rollup": "^2.36.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.4",
"webpack": "^5.12.3"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"framer-motion": "^3.2.1"
}
}