forked from bombe-software/demos-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "demos-web",
"version": "0.1.0",
"private": true,
"main": "./src/config/main.js",
"scripts": {
"start": "node index.js",
"dev": "set PORT=9000 && react-scripts start",
"build": "react-scripts build",
"dev-pc": "electron .",
"build-pc": "react-scripts build && electron-builder .",
"eject": "react-scripts eject"
},
"build": {
"appId": "demos",
"asar": false,
"directories": {
"output": "dist",
"input": "build"
},
"win": {
"icon": "favicon.ico"
}
},
"dependencies": {
"@google/maps": "^0.4.6",
"@material-ui/core": "^1.2.0",
"apollo-boost": "^0.1.7",
"apollo-link-ws": "^1.0.8",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"chart.js": "^2.7.2",
"crypto-js": "^3.1.9-1",
"express": "^4.16.3",
"final-form": "^4.8.0",
"graphql": "^14.0.0-rc.1",
"graphql-tag": "^2.9.2",
"install": "^0.11.0",
"lodash": "^4.17.10",
"material-ui": "^0.20.1",
"material-ui-password-field": "^2.0.1",
"npm": "^6.1.0",
"react": "^16.4.0",
"react-apollo": "^2.1.4",
"react-async-script": "^0.9.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.4.0",
"react-final-form": "^3.6.0",
"react-google-maps": "^9.4.5",
"react-google-recaptcha": "^0.11.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"subscriptions-transport-ws": "^0.9.9"
},
"devDependencies": {
"electron": "^2.0.2",
"electron-builder": "^20.15.1"
}
}