-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 951 Bytes
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
{
"name": "homepage",
"version": "1.2.6",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*",
"format": "prettier --write src/"
},
"dependencies": {
"@tailwindcss/vite": "4.1.13",
"tailwindcss": "4.1.13",
"vue": "3.5.21",
"vue-router": "4.5.1",
"postcss": "8.5.6",
"autoprefixer": "10.4.21"
},
"devDependencies": {
"@eslint/js": "9.36.0",
"@vitejs/plugin-vue": "6.0.1",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "9.36.0",
"eslint-plugin-oxlint": "1.16.0",
"eslint-plugin-vue": "10.4.0",
"globals": "16.4.0",
"npm-run-all2": "8.0.4",
"oxlint": "1.16.0",
"prettier": "3.6.2",
"vite": "7.1.6",
"vite-plugin-vue-devtools": "8.0.2"
}
}