forked from akarmas/EOBrowser
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
48
49
50
51
52
53
{
"name": "EOBrowser",
"version": "1.1.0",
"homepage": ".",
"private": true,
"devDependencies": {
"custom-react-scripts": "^0.0.23"
},
"dependencies": {
"dragula": "^3.7.1",
"font-awesome": "^4.6.3",
"geojson-utils": "^1.1.0",
"js-md5": "^0.4.1",
"leaflet": "1.0.2",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"nprogress": "^0.2.0",
"proj4": "2.3.15",
"rc-slider": "^4.0.1",
"react": "^15.3.1",
"react-addons-shallow-compare": "^15.4.2",
"react-checkbox-group": "^3.0.1",
"react-codemirror": "^0.2.6",
"react-date-picker": "git+https://github.com/themre/react-date-picker.git",
"react-dom": "^15.3.1",
"react-dragula": "^1.1.16",
"react-geosuggest": "^1.25.0",
"react-onclickoutside": "^5.5.0",
"react-radio-group": "^3.0.1",
"react-redux": "^4.4.5",
"react-tabs": "^0.8.0",
"react-toggle": "^2.2.1",
"redux": "^3.6.0",
"redux-observable": "^0.9.1",
"rodal": "^1.3.2",
"rxjs": "^5.0.0-beta.11",
"superagent": "^2.2.0",
"superagent-xml2jsparser": "^0.1.1",
"urijs": "^1.18.1",
"uuid": "^2.0.3",
"xml2js": "^0.4.17"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"see": "node -e 'console.log(require(\"process\").env)'"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}