-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 971 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
36
37
38
39
{
"name": "jssTest",
"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-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",
"jss": "^5.5.2",
"jss-nested": "^2.4.0",
"jss-preset-default": "^0.4.0",
"normalize.css": "^4.2.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-jss": "^3.0.1",
"react-overlays": "^0.6.6",
"style-loader": "^0.13.1",
"webpack": "^4.0.0",
"webpack-dev-server": "^4.0.0"
}
}