-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 984 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
31
32
33
34
35
{
"name": "electric-blue",
"version": "1.0.2",
"description": "UB ACM's styling library",
"entry": "index.js",
"main": "dist/electricblue.min.css",
"repository": "[email protected]:ubacm/electric-blue.git",
"author": "angus <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"storybook": "start-storybook --port 9001 --config-dir ./.storybook"
},
"dependencies": {
"animate.css": "^3.7.0",
"normalize.css": "^8.0.0"
},
"devDependencies": {
"@storybook/addon-knobs": "^3.4.10",
"@storybook/react": "^3.4.10",
"babel-core": "^6.26.3",
"css-loader": "^1.0.0",
"cssnano": "^4.1.4",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}