-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 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
{
"name": "nms-wiki-page-creator",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"format": "oxfmt",
"lint": "oxfmt",
"lint:fix": "oxlint --fix",
"lint:ci": "oxlint --deny-warnings",
"test": "vitest",
"test:ci": "vitest run"
},
"dependencies": {
"@suadelabs/vue3-multiselect": "^1.0.2",
"bulma": "^0.9.4",
"md5-hex": "^5.0.0",
"parse-mediawiki-template": "^0.2.2",
"sortablejs": "^1.15.6"
},
"devDependencies": {
"@types/node": "^25.2.2",
"@types/sortablejs": "^1.15.9",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/browser-webdriverio": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.2.0",
"happy-dom": "^20.5.3",
"oxfmt": "^0.32.0",
"oxlint": "^1.47.0",
"pinia": "^3.0.4",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "npm:rolldown-vite@7.2.5",
"vitest": "^4.0.9",
"vue": "^3.5.27",
"vue-tsc": "^3.2.4"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.5"
}
}