-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "quakeworld-charset-editor",
"version": "0.1.0",
"author": "Viktor Persson",
"repository": "qw-tools/charset",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build --base=https://tools.quake.world/charset/",
"preview": "vite preview",
"format": "yarn prettier --write src",
"lint": "eslint . --ext .ts,.vue"
},
"dependencies": {
"pixi-filters": "^5.1.1",
"pixi.js": "^7.1.2",
"vue": "^3.2.47"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/pixi.js": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^3.2.6",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.1.2"
}
}