-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "v2-thruster",
"version": "0.4.0",
"description": "Create a pixi game scaffold courtesy of @hayesmaker64",
"main": "index.js",
"repository": "https://github.com/hayesmaker/thrust-v2",
"private": true,
"dependencies": {
"gsap": "^3.6.1",
"p2": "0.7.1",
"pixi.js": "5.3.3",
"stats.js": "0.17.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"chai": "^3.5.0",
"jest": "^26.5.3",
"jest-canvas-mock": "^1.1.0",
"jsdom": "^16.4.0",
"mockdate": "^3.0.2",
"pixi.js-legacy": "^5.3.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"webpack": "^5.1.3",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"optionalDependencies": {},
"scripts": {
"start": "webpack-cli serve",
"build": "webpack --config webpack.config.js --mode development",
"test": "jest"
},
"author": "",
"license": "ISC"
}