-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.77 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": "Lmonix",
"version": "1.0.0",
"description": "",
"main": "public/electron.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pizza3/lmonix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pizza3/lmonix/issues"
},
"homepage": "./",
"dependencies": {
"aframe": "^0.9.0",
"aframe-react": "^4.4.0",
"antd": "^3.14.1",
"axios": "^0.18.0",
"codemirror": "^5.48.2",
"cross-env": "^5.2.0",
"electron-is-dev": "^1.0.1",
"express": "^4.17.1",
"fs-extra": "^7.0.1",
"load-bmfont": "^1.4.0",
"lodash": "^4.17.11",
"rc-trigger": "^2.6.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-router-dom": "^5.0.1",
"react-scripts": "2.1.5",
"styled-components": "^4.1.3",
"three": "^0.102.1",
"three-bmfont-text": "^2.3.0",
"three-mtl-loader": "^1.0.2",
"three-obj-loader": "^1.1.3"
},
"scripts": {
"react-start": "PORT=3006 react-scripts start",
"react-build": "react-scripts build",
"react-test": "react-scripts test --env=jsdom",
"react-eject": "react-scripts eject",
"electron-build": "electron-builder",
"release": "yarn react-build && electron-builder --publish=always",
"build": "yarn react-build && yarn electron-build",
"start": "concurrently \"cross-env BROWSER=none yarn react-start\" \"wait-on http://localhost:3006 && electron .\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"concurrently": "^4.1.0",
"electron": "^4.0.6",
"electron-builder": "^21.2.0",
"electron-devtools-installer": "^2.2.4",
"typescript": "^3.5.3",
"wait-on": "^3.2.0"
}
}