-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 998 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": "cp .env.prod .env && nuxt build",
"dev": "cp .env.dev .env && nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.3",
"@nuxt/image-edge": "^1.0.0-27657146.da85542",
"autoprefixer": "^10.4.8",
"nuxt": "3.0.0-rc.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^2.0.8",
"@nuxt/types": "^2.15.8",
"@pinia/nuxt": "^0.4.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@vueuse/core": "^9.1.1",
"cookie": "^0.5.0",
"dayjs": "^1.11.5",
"js-cookie": "^3.0.1",
"pinia": "^2.0.21",
"pinia-plugin-persistedstate-2": "^2.0.1",
"vue-i18n": "^9.2.2"
}
}