-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 KB
/
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
38
39
{
"name": "ace-books-frontend",
"version": "1.0.0",
"description": "",
"author": "Astro_Corp",
"private": true,
"type": "module",
"scripts": {
"docker": "docker exec -it ace-books-frontend-app-1",
"docker:install": "yarn install && docker exec -it ace-books-frontend-app-1 yarn install",
"docker:add": "yarn add",
"postdocker:add": "docker exec -it ace-books-frontend-app-1 yarn install",
"docker:remove": "yarn remove",
"postdocker:remove": "docker exec -it ace-books-frontend-app-1 yarn install",
"build": "nuxt build",
"dev": "rm -rf /tmp/nitro && nuxt dev --inspect",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/mdc": "^0.9.0",
"@vueuse/components": "^11.1.0",
"@vueuse/core": "^11.1.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.4.4",
"nuxt-icons": "^3.2.1",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vue3-toastify": "^0.2.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13"
}
}