-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 952 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
{
"name": "undersight",
"version": "0.1.0",
"private": true,
"homepage": "http://luqmaan.github.io/undersight",
"devDependencies": {
"gh-pages": "^0.11.0",
"react-scripts": "^0.7.0"
},
"dependencies": {
"classnames": "^2.2.5",
"fastclick": "^1.0.6",
"guid": "0.0.12",
"history": "^4.3.0",
"lodash": "^4.16.2",
"moment": "^2.15.1",
"querystring": "^0.2.0",
"react": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-dom": "^15.3.2",
"react-geomicons": "^2.1.0",
"react-router": "^4.0.0-alpha.5",
"react-select": "^1.0.0-rc.2",
"rebass": "^0.3.3",
"scroll-to": "0.0.2",
"victory": "^0.14.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
}
}