-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.89 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": "nw-parcel-hmr-boilerplate",
"version": "1.0.3",
"description": "BoilerPlate start fast application with pixijs,react,nwjs",
"main": "index.js",
"scripts": {
"postinstall": "cd ./node_modules/nw && npm install --nwjs_build_type=sdk",
"start": "parcel src/index.html",
"start-nw": "node config/copy.js dev && concurrently --kill-others \"npm run nw\" \"npm start\" ",
"build": "parcel build src/index.html --out-dir build/web",
"build-nw": "node config/copy.js && nwbuild --platforms win32,win64,linux64,osx64 --buildDir build/ dist/",
"nw": "nw dist/ --remote-debugging-port=9222"
},
"keywords": [
"nwJs",
"PixiJs",
"Parcel",
"React",
"template",
"boilerPlate",
"HMR",
"node-webkit",
"nw"
],
"bugs": {
"url": "https://github.com/djmisterjon/nw-Parcel-hmr-boilerplate/issues"
},
"homepage": "https://github.com/djmisterjon/nw-Parcel-hmr-boilerplate",
"repository": {
"type": "git",
"url": "https://github.com/djmisterjon/nw-Parcel-hmr-boilerplate.git"
},
"author": "Jonathan Lepage",
"license": "M.I.T",
"dependencies": {
"@blueprintjs/core": "^3.29.0",
"@material-ui/core": "^4.11.0",
"@risingstack/react-easy-state": "^6.3.0",
"antd": "^4.4.1",
"pixi.js": "^5.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-intl": "^4.7.6",
"react-lifecycle-visualizer": "^2.2.8",
"react-reflex": "^3.1.0",
"react-virtualized": "^9.21.2",
"webvr-polyfill": "^0.10.12",
"webxr-polyfill": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@types/nw.js": "^0.13.9",
"babel-plugin-import": "^1.13.0",
"babel-preset-env": "^1.7.0",
"concurrently": "^5.2.0",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.6",
"less": "^3.11.3",
"nw": "^0.46.3",
"nw-builder": "^3.5.7",
"parcel-bundler": "^1.12.4"
}
}