-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "sketches-v02",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"clean": "rm -rf dist",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.2",
"glob": "^8.0.3",
"http-server": "^14.1.1",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"vite": "^3.1.0",
"vite-plugin-ejs": "^1.5.0"
},
"dependencies": {
"@pixi/constants": "^6.5.3",
"@pixi/core": "^6.5.3",
"@pixi/filter-alpha": "^6.5.3",
"@pixi/filter-bloom": "^4.2.0",
"@pixi/filter-blur": "^6.5.3",
"@pixi/graphics-smooth": "^0.0.30",
"@pixi/math": "^6.5.3",
"@pixi/runner": "^6.5.3",
"@pixi/settings": "^6.5.3",
"@pixi/ticker": "^6.5.3",
"@pixi/utils": "^6.5.3",
"@timohausmann/quadtree-ts": "^2.0.0-beta.1",
"bitecs": "git://github.com/NateTheGreatt/bitECS.git#master",
"mainloop.js": "^1.0.4",
"pixi-filters": "^4.2.0",
"pixi.js": "^6.5.3",
"seedrandom": "^3.0.5",
"springy": "^2.8.0",
"stats.js": "^0.17.0",
"tweakpane": "^3.1.0",
"uuid": "^9.0.0"
}
}