-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "vite-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"dependencies": "node ./thing-editor/demo/install.js"
},
"devDependencies": {
"@pixi/filter-outline": "^5.2.0",
"@stylistic/eslint-plugin-ts": "^1.7.0",
"@types/events": "^3.0.0",
"@types/howler": "^2.2.7",
"@types/webfontloader": "^1.6.36",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"chokidar": "^3.5.3",
"electron": "^29.1.5",
"electron-settings": "^3.2.0",
"eslint": "^8.42.0",
"events": "^3.3.0",
"express": "^4.18.2",
"howler": "^2.2.3",
"md5-file": "^5.0.0",
"node-ssh": "^13.1.0",
"open": "^9.1.0",
"pixi-spine": "^4.0.4",
"pixi.js": "^7.2.4",
"preact": "^10.15.1",
"ps-list": "^8.1.1",
"sharp": "^0.32.1",
"source-map-js": "^1.0.2",
"typed-emitter": "^2.1.0",
"typescript": "^5.0.2",
"vite": "^5.4.11",
"vite-plugin-image-optimizer": "^1.1.6",
"zip-dir": "^2.0.0"
}
}