-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.75 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
{
"name": "local-desktop",
"version": "0.2.0",
"description": "client for local fleet application",
"main": "build/index.html",
"user-agent": "%name: %ver by Eikcalb",
"author": {
"name": "Agwa Israel Onome",
"email": "agwaisraelonome@gmail.com"
},
"build": {
"id": "dev.eikcalb.local-desktop",
"win": {
"icon": "favicon.ico",
"target": "nsis"
}
},
"private": true,
"dependencies": {
"@material-ui/core": "^3.7.1",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@types/classnames": "^2.2.6",
"@types/express": "^4.16.0",
"@types/jsonwebtoken": "^7.2.8",
"@types/leaflet": "^1.2.14",
"@types/nw.js": "^0.13.8",
"@types/react-redux": "^6.0.11",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"@types/ws": "^6.0.1",
"classnames": "^2.2.6",
"express": "^4.16.4",
"face-api.js": "^0.16.2",
"jsonwebtoken": "^8.4.0",
"leaflet": "^1.3.4",
"localforage": "^1.7.3",
"particles.js": "^2.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-icons": "^3.2.2",
"react-particles-js": "^2.4.2",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "2.17.0",
"redux": "^4.0.1",
"ws": "^6.1.2"
},
"scripts": {
"start": "electron ./build",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"launch": "launch",
"postbuild": "tsc -p ./build"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"electron": "^4.0.7",
"json-loader": "^0.5.7",
"merge": ">=1.2.1",
"typescript": "^3.2.2"
}
}