-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 918 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
{
"name": "eoscharge",
"version": "0.2.2",
"private": true,
"dependencies": {
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"history": "^4.7.2",
"i18next": "^11.10.1",
"i18next-browser-languagedetector": "^2.2.3",
"mobx": "^5.1.0",
"mobx-react": "^5.2.6",
"pondjs": "^0.8.9",
"qs": "^6.5.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-i18next": "^8.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-timeseries-charts": "^0.15.5",
"universal-cookie": "^3.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://www.eoscharge.io",
"devDependencies": {
"gh-pages": "^1.2.0"
}
}