-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
{
"name": "go-to-it",
"version": "0.1.0",
"private": true,
"devDependencies": {
"bootstrap-loader": "^1.3.2",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"node-sass": "^4.0.0",
"react-scripts": "0.7.0",
"resolve-url-loader": "^1.6.1",
"sass-loader": "^4.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
},
"dependencies": {
"lodash": "^4.17.2",
"react": "^15.4.1",
"react-bootstrap": "^0.30.6",
"react-bootstrap-slider": "^1.1.3",
"react-dom": "^15.4.1",
"react-intl": "^2.1.5",
"react-modal": "^1.6.4",
"react-portal": "^3.0.0",
"react-select": "^1.0.0-rc.2",
"react-toastr": "^2.8.2",
"redux": "^3.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}