-
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.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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": "13th-likelion-cesco-nuxt",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.11.0",
"@pinia/nuxt": "^0.11.2",
"@tanstack/vue-form": "^1.19.1",
"@tanstack/vue-query": "^5.83.1",
"axios": "^1.11.0",
"dayjs": "^1.11.13",
"gsap": "^3.13.0",
"motion-v": "^1.7.0",
"pinia": "^3.0.3",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.0.17"
},
"devDependencies": {
"@nuxt/devtools": "^2.6.2",
"@nuxt/eslint": "^1.7.1",
"@nuxtjs/tailwindcss": "^6.14.0",
"eslint": "^9.32.0",
"nuxt": "^4.0.1",
"nuxt-svgo": "^4.2.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"vite": "^7.0.6"
}
}