-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 934 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",
"format": "prettier . --write",
"generate": "nuxt generate",
"lint": "eslint .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest"
},
"dependencies": {
"@iconify-json/material-symbols": "^1.2.1",
"@nuxt/eslint": "^0.5.7",
"@nuxt/types": "^2.18.1",
"@nuxt/ui": "^2.18.4",
"@pinia/nuxt": "^0.5.4",
"autoprefixer": "^10.4.20",
"jwt-decode": "^3.1.2",
"nuxt": "^3.13.0",
"pinia": "^2.2.2",
"postcss": "^8.4.44",
"vue": "latest"
},
"devDependencies": {
"@iconify-json/material-symbols-light": "^1.2.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.10",
"vitest": "^2.1.4"
}
}