-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "uprchat-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"format": "prettier --write \"**/*.{js,ts,vue,json,html,md,test.js}\"",
"lint": "eslint --fix",
"lint-check": "eslint"
},
"dependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"eslint": "~9.7.0",
"eslint-config-vitest-globals": "1.0.0",
"eslint-plugin-no-relative-import-paths": "1.5.5",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unused-imports": "4.0.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5.2.2",
"typescript-eslint": "^7.17.0",
"vite": "^5.3.4",
"vue-eslint-parser": "9.4.3",
"vue-tsc": "^2.0.24"
}
}