-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "silo-core",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Moreau",
"main": "client/silo.js",
"dependencies": {
"ampersand-router": "^4.0.0",
"bootstrap": "^3.3.7",
"fixed-data-table": "^0.6.3",
"moment": "^2.15.1",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.8",
"react": "^15.3.0",
"react-addons-shallow-compare": "^15.3.2",
"react-bootstrap": "^0.30.3",
"react-bootstrap-switch": "^15.5.0-a",
"react-bootstrap-typeahead": "^1.3.0",
"react-date-range": "^0.9.3",
"react-dom": "^15.3.0",
"react-emoji": "^0.5.0",
"react-measure": "^1.4.4",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"superagent": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.28.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"style-loader": "^0.18.2",
"webpack": "^2.6.1"
}
}