-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "preCSSTest",
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"scripts": {
"start": "webpack-dev-server --colors --inline --content-base public/",
"build": "webpack --colors --progress"
},
"author": "JCoburn",
"contributors": [],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"color": "^0.11.3",
"css-loader": "^0.25.0",
"node-sass": "^3.10.0",
"normalize.css": "^4.2.0",
"postcss": "^5.2.2",
"postcss-color-function": "^2.0.1",
"postcss-comment": "^1.0.3",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.13.0",
"postcss-scss": "^0.3.0",
"postcss-url": "^5.1.2",
"precss": "^1.4.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-overlays": "^0.6.6",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^3.1.11"
}
}