-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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": "serein-web",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint \"{src,mock,build}/**/*.{vue,ts,tsx}\" --fix",
"format": "prettier --write src/",
"prepare": "husky"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@sentry/vue": "^8.55.1",
"ansi_up": "^6.0.6",
"axios": "^1.15.0",
"html-entities": "^2.6.0",
"numeral": "^2.0.6",
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-router": "^4.6.4",
"vue-toastification": "2.0.0-rc.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.16.1",
"@sentry/vite-plugin": "^3.6.1",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.2.2",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.27",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^9.33.0",
"git-revision-vite-plugin": "^0.0.11",
"husky": "^9.1.7",
"prettier": "^3.8.2",
"tailwindcss": "^4.2.2",
"typescript-eslint": "^8.58.1",
"vite": "^6.4.2"
}
}