-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
75 lines (75 loc) · 2.24 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "sentinel-playground",
"version": "0.1.0",
"homepage": ".",
"private": true,
"devDependencies": {
"esm": "^3.2.25",
"node-sass": "^4.11.0",
"prettier": "^1.11.1",
"react-scripts": "^2.1.8",
"renamer": "^0.6.1",
"replace": "^0.3.0"
},
"dependencies": {
"@sentinel-hub/sentinelhub-js": "^0.2.54",
"axios": "^0.17.1",
"brace": "^0.10.0",
"dragula": "^3.7.1",
"encodeuri-safe": "0.0.1",
"eo-components": "git+https://gitext.sinergise.com/team-6/eo-components.git#0.0.14",
"font-awesome": "^4.6.3",
"leaflet": "1.0.2",
"lodash": "^4.15.0",
"moment": "^2.21.0",
"npm-run-all": "^4.0.2",
"nprogress": "^0.2.0",
"proj4": "2.3.15",
"rc-calendar": "^9.1.9",
"rc-slider": "^8.3.1",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-clipboard.js": "^0.2.5",
"react-codemirror": "^1.0.0",
"react-copy-to-clipboard": "^4.3.0",
"react-date-picker": "git+https://github.com/themre/react-date-picker.git",
"react-dom": "^15.6.1",
"react-draggable": "^2.2.3",
"react-dragula": "^1.1.16",
"react-file-download": "^0.3.2",
"react-geosuggest": "^2.3.6",
"react-keydown": "^1.6.2",
"react-onclickoutside": "^6.4.0",
"react-redux": "^5.0.5",
"react-simpletabs": "^0.7.0",
"react-toastr": "^2.8.1",
"react-toggle": "^4.0.1",
"redux": "^3.7.2",
"redux-observable": "^0.14.1",
"rodal": "^1.5.4",
"rxjs": "^5.4.2",
"styled-components": "^2.2.1",
"urijs": "^1.18.10",
"uuid": "^3.1.0",
"xml2js": "^0.4.17"
},
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "react-scripts build",
"update-previews": "node -r esm ./update-previews.js",
"lint": "eslint --max-warnings 0 --ext .js src/",
"lint-prettier": "prettier --config .prettierrc -l \"src/**/*.js*\" || (echo \nThese files are not formatted correctly && false)",
"prettier": "prettier --config .prettierrc --write \"src/**/*.js*\""
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}