-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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": "vue-documentation",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"deploy": "gh-pages -d dist",
"predeploy": "npm run build"
},
"dependencies": {
"gh-pages": "^6.2.0",
"gsap": "^3.12.5",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@testing-library/vue": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.13.0",
"happy-dom": "^15.11.7",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.15",
"vite": "^5.4.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.8"
}
}