-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 797 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 797 Bytes
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
{
"name": "space-shooter-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"dev": "webpack-dev-server --hot --no-live-reload --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js"
},
"devDependencies": {
"dotenv-webpack": "^8.1.0",
"webpack": "5.73.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.9.3"
},
"dependencies": {
"@pixi/devtools": "^2.0.1",
"@pixi/sound": "^5.2.3",
"@supabase/supabase-js": "^2.47.10",
"copy-webpack-plugin": "^11.0.0",
"gsap": "^3.12.1",
"html-webpack-plugin": "^5.5.3",
"pixi.js": "^7.3.1",
"webpack-bundle-analyzer": "^4.9.0"
}
}