-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@hypernym/nuxt-anime": "^2.1.1",
"@nuxt/devtools": "latest",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@types/prismjs": "^1.26.3",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.8",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.69.7",
"typescript": "^5.3.3",
"vue": "^3.3.13",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"prismjs": "^1.29.0",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.1.20",
"zod": "^3.22.4"
}
}