-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 884 Bytes
/
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
{
"name": "bootstrap-design-system",
"version": "0.0.4",
"main": "src/index.js",
"author": "Rahul Katariya <rahulkatariya@me.com> (http://rahul0x24.github.io)",
"license": "MIT",
"scripts": {
"lib": "npx babel src -d lib",
"build": "npm run lib && cd docs && npm run build",
"publish": "npm run build && npm publish",
"demo": "cd docs && npm run start"
},
"dependencies": {
"lodash": "^4.17.11",
"polished": "^3.3.0",
"react": "^16.13.1",
"styled-components": "^4.2.0",
"styled-system": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"babel-loader": "^8.0.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.0"
}
}