-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.9 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "roshar-map",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "yarn dev",
"dev": "cross-env MAP_DEBUG=true vite --mode dev --port 10010",
"build": "vite build",
"build:dev": "cross-env MAP_DEBUG=true vite build --mode dev",
"preview": "vite preview --port 10010",
"lint": "eslint .",
"dumpTranslations": "node ./bin/dump-translations.js",
"validateTranslations": "node ./bin/validate-translations.js",
"convertTextures": "node ./bin/convert-textures.js"
},
"engines": {
"node": ">=24.0.0 <25.0.0"
},
"dependencies": {
"@marshallswain/vuedraggable": "^4.2.0",
"@popperjs/core": "^2.11.8",
"@vojtechlanka/vue-tags-input": "^3.1.2",
"deep-diff": "^1.0.2",
"fast-png": "^8.0.0",
"feather-icons": "^4.29.2",
"hammerjs": "^2.0.8",
"is-mobile": "^5.0.0",
"jszip": "^3.10.1",
"lunr": "^2.3.9",
"lunr-languages": "^1.20.0",
"overlayscrollbars": "^2.16.0",
"overlayscrollbars-vue": "^0.5.10",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"register-service-worker": "^1.7.2",
"simple-markdown": "^0.7.3",
"three": "^0.184.0",
"vue": "^3.5.35",
"vue-dragscroll": "^4.0.6",
"vue-feather": "^2.0.0",
"vue-gtag": "^3.7.1",
"vue-i18n": "^11.4.4",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.7",
"cross-env": "^10.1.0",
"eslint": "^10.4.1",
"eslint-plugin-vue": "^10.9.1",
"globals": "^17.6.0",
"imagemin": "^9.0.1",
"imagemin-webp": "^8.0.0",
"imagemin-zopfli": "^7.0.0",
"sass": "^1.100.0",
"stats.js": "^0.17.0",
"vite": "^8.1.5",
"vite-imagetools": "^9.0.3",
"vite-plugin-pwa": "^1.3.0",
"vue-eslint-parser": "^10.4.0"
},
"eslintConfig": {
"root": true
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"packageManager": "yarn@4.12.0"
}