-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 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
{
"name": "diablo2-runewizard",
"version": "3.1.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"test": "vite build && vite preview --port 8080",
"lint": "eslint './src/**/*.{js,ts,tsx,vue}'"
},
"dependencies": {
"@rollup/plugin-eslint": "^9.2.0",
"@rollup/plugin-strip": "^3.0.4",
"esbuild": "^0.27.3",
"eslint": "^9.39.2",
"unplugin-vue-markdown": "^29.2.0",
"vue": "^3.5.28",
"vue-tsc": "^3.2.5"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.0",
"@types/node": "^25.3.0",
"@typescript-eslint/eslint-plugin": "^8.56.x",
"@typescript-eslint/parser": "^8.56.x",
"@vitejs/plugin-vue": "^6.0.4",
"eslint-plugin-compat": "^6.2.0",
"eslint-plugin-vue": "^9.33.0",
"globals": "^17.4.0",
"npm-check-updates": "^19.4.1",
"prettier": "3.8.1",
"stylelint": "^17.3.0",
"stylelint-config-recommended-vue": "^1.6.1",
"tailwindcss": "^4.2.x",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1"
},
"browserslist": [
"defaults",
"supports es6-module and supports es6-module-dynamic-import"
]
}