-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 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
28
29
30
31
32
33
{
"name": "jsgame",
"version": "1.0.0",
"description": "JS Game by rslemons",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"author": "Ryan Lemons",
"license": "ISC",
"dependencies": {
"@pixi/events": "^7.3.2",
"@pixi/filter-old-film": "^5.1.1",
"@pixi/sound": "^5.2.2",
"@pixi/ui": "^0.10.1",
"bootstrap": "^5.3.2",
"handlebars": "^4.7.8",
"jsgame": "file:",
"pixi-filters": "^5.2.1",
"pixi-scrollbox": "^2.3.1",
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.3.2",
"victor": "^1.1.0",
"vite": "^5.0.2",
"yy-fps": "^2.0.1"
},
"devDependencies": {
"vite-plugin-handlebars": "^1.6.0"
}
}