-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 Bytes
/
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
{
"name": "pix",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --host"
},
"devDependencies": {
"@tweakpane/core": "^1.0.8",
"@types/d3-random": "^3.0.1",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"typescript": "^4.4.4",
"vite": "^2.7.2"
},
"dependencies": {
"@pixi/particle-emitter": "^5.0.4",
"@pixi/sound": "^4.2.0",
"@types/matter-js": "^0.17.7",
"d3-random": "^3.0.1",
"gsap": "^3.9.1",
"matter-js": "^0.18.0",
"ngraph.graph": "^20.0.0",
"ngraph.path": "^1.4.0",
"pixi-filters": "^4.1.6",
"pixi-tagged-text": "^3.5.1",
"pixi-webfont-loader": "^1.0.2",
"pixi.js": "^6.2.2",
"tweakpane": "^3.0.7"
}
}