-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 906 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"server": "json-server --watch db.json --port 3004",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^5.3.2",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"nuxt": "3.0.0-rc.8",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@heroicons/vue": "^2.0.8",
"@nuxt/types": "^2.15.8",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
"@pinia/nuxt": "^0.3.1",
"daisyui": "^2.20.0",
"json-server": "^0.17.0",
"theme-change": "^2.1.0",
"vue-grid-layout": "^3.0.0-beta1"
}
}