-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "quadis-app",
"version": "0.1.0-beta",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@pixi/app": "^7.2.4",
"@pixi/assets": "^7.2.4",
"@pixi/constants": "^7.2.4",
"@pixi/core": "^7.2.4",
"@pixi/display": "^7.2.4",
"@pixi/graphics": "^7.2.4",
"@pixi/math": "^7.2.4",
"@pixi/runner": "^7.2.4",
"@pixi/settings": "^7.2.4",
"@pixi/sprite": "^7.2.4",
"@pixi/ticker": "^7.2.4",
"@pixi/utils": "^7.2.4",
"axios": "^1.3.5",
"eventemitter3": "^4.0.7",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rollup/plugin-strip": "^3.0.2",
"@types/offscreencanvas": "^2019.7.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"sass": "^1.61.0",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.25.8",
"vue-tsc": "^1.2.0"
}
}