-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.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": "diablo2-runewizard",
"version": "1.1.0",
"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": {
"esbuild": "^0.20.1",
"unplugin-vue-markdown": "^0.26.2",
"vue": "^3.4.21",
"vue-tsc": "^2.0.4"
},
"devDependencies": {
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-strip": "^3.0.2",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.x",
"@typescript-eslint/parser": "^7.1.x",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-compat": "^4.1.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"npm-check-updates": "^16.14.15",
"postcss": "^8.4.x",
"prettier": "2.8.7",
"sass": "^1.71.1",
"stylelint": "^16.1.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-scss": "^6.0.0",
"tailwindcss": "^3.3.x",
"typescript": "^5.0.3",
"vite": "^5.1.5"
},
"browserslist": [
"defaults",
"supports es6-module and supports es6-module-dynamic-import"
]
}