-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 KB
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
{
"name": "sim88",
"version": "0.1.0",
"private": true,
"dependencies": {
"ace-builds": "1.4.8",
"classnames": "2.2.6",
"immutability-helper": "3.0.1",
"lodash": "4.17.15",
"mdi-react": "5.0.0",
"nw-react-scripts": "1.0.11",
"pegjs": "0.10.0",
"react": "16.13.0",
"react-ace": "8.0.0",
"react-dom": "16.13.0",
"react-hotkeys": "2.0.0",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0"
},
"scripts": {
"start": "nw-react-scripts start",
"build": "nw-react-scripts build",
"test": "nw-react-scripts test --env=jsdom",
"eject": "nw-react-scripts eject"
},
"main": "index.html",
"nwBuilder": {
"//": "https://github.com/nwjs-community/nw-builder",
"platforms": [
"linux64",
"osx64",
"win64"
],
"version": "latest",
"buildDir": "./build",
"cacheDir": "./cache",
"macIcns": "./src/images/logo.icns"
},
"window": {
"position": "center",
"width": 800,
"height": 600,
"min-width": 400,
"min-height": 400
}
}