forked from shyaman/PeraRide-AdminApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "peraride_admin",
"version": "0.9.1",
"author": "Shyaman Jayasundara",
"private": true,
"main": "public/electron.js",
"dependencies": {
"chartist": "^0.10.1",
"classnames": "^2.2.6",
"electron-is-dev": "^0.3.0",
"form-urlencoded": "^2.0.9",
"global": "^4.3.2",
"material-ui": "1.0.0-beta.34",
"material-ui-icons": "1.0.0-beta.17",
"moment": "^2.22.2",
"npm-run-all": "^4.1.3",
"perfect-scrollbar": "^1.4.0",
"react": "^16.4.1",
"react-chartist": "^0.13.1",
"react-dom": "^16.4.1",
"react-google-maps": "^9.4.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.17",
"react-swipeable-views": "^0.12.12",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
},
"proxy": "PERARIDE SERVER ADDRESS",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron .",
"dev": "concurrently \"yarn start\" \"wait-on http://localhost:3000/ && yarn electron\"",
"electron-pack": "build — em.main=build/electron.js",
"preelectron-pack": "yarn build"
},
"homepage": "./",
"devDependencies": {
"concurrently": "^3.5.1",
"electron": "^2.0.2",
"electron-builder": "^20.15.3",
"wait-on": "^2.1.0"
},
"build": {
"appId": "com.uop.peraride",
"files": [
"build/**/*",
"node_modules/**/*"
],
"directories": {
"buildResources": "src/assets"
}
}
}