-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1022 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1022 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
38
39
40
{
"name": "y",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://userlg.github.io/The-Simpsons-App",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"test": "vitest",
"coverage": "vitest run --coverage",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"axios": "^1.13.2",
"vue": "^3.5.24",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.15.0",
"@tailwindcss/vite": "^4.0.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.0.17",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.39.2",
"eslint-plugin-vue": "^10.7.0",
"gh-pages": "^6.3.0",
"globals": "^17.0.0",
"jsdom": "^27.4.0",
"prettier": "^3.8.0",
"tailwindcss": "^4.0.0",
"vite": "^6.0.0",
"vitest": "^4.0.17",
"vue-eslint-parser": "^10.2.0"
}
}