-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.19 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
{
"name": "blinks",
"version": "0.1.0",
"description": "a web simulator",
"main": "build/blinks.js",
"scripts": {
"dev": "webpack-dev-server --watch-content-base --host 0.0.0.0",
"build": "webpack --mode=development && webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Move38/Blinks-Simulator.git"
},
"author": "XY Feng",
"license": "GNU",
"bugs": {
"url": "https://github.com/Move38/Blinks-Simulator/issues"
},
"homepage": "https://github.com/Move38/Blinks-Simulator#readme",
"devDependencies": {
"@pixi/app": "^5.3.3",
"@pixi/core": "^5.3.3",
"@pixi/graphics": "^5.3.3",
"@pixi/mesh": "^5.3.3",
"@pixi/ticker": "^5.3.3",
"@webpack-cli/serve": "^1.1.0",
"codemirror-minified": "^5.58.3",
"fernandez-polygon-decomposition": "^2.0.0",
"matter-js": "https://github.com/xyfeng/matter-js.git",
"require-from-string": "^2.0.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}