-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "simple-items",
"version": "0.1.0",
"author": "Viktor Persson",
"repository": "qw-tools/simple-items",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=https://tools.quake.world/simple-items/",
"preview": "vite preview",
"format": "yarn prettier --write src",
"lint": "eslint . --ext .ts,.vue"
},
"dependencies": {
"@pixi/graphics-smooth": "^1.1.0",
"@zip.js/zip.js": "^2.7.6",
"classnames": "^2.3.2",
"deepmerge": "^4.3.1",
"lodash.throttle": "^4.1.1",
"pixi-filters": "^5.2.1",
"pixi.js": "^7.2.4",
"vue": "^3.2.47"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.11.0",
"file-saver": "^2.0.5",
"prettier": "^2.8.8",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vue-eslint-parser": "^9.1.1",
"vue-tsc": "^1.4.4"
}
}