-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "istsos3",
"version": "0.1.0",
"main": "./src/main.js",
"private": true,
"proxy": "http://localhost:8887",
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"istsos3-core": "^1.0.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.78.3"
},
"devDependencies": {
"react-scripts": "1.1.1"
},
"dependencies": {
"axios": "^0.18.0",
"i18next": "^10.2.1",
"i18next-browser-languagedetector": "^2.1.0",
"moment": "^2.20.1",
"normalizr": "^3.2.4",
"ol": "^4.6.4",
"react": "^16.2.0",
"react-day-picker": "^7.0.5",
"react-dom": "^16.2.0",
"react-i18next": "^7.3.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.78.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}