-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.01 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": "nuxt-app",
"type": "module",
"private": true,
"repository": {
"type": "https",
"url": "https://github.com/yangsimin/new-concept-english-web-app.git"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint",
"lint:fix": "eslint . --fix",
"docker:build": "cd deploy && docker-compose build && cd ..",
"deploy": "pnpm build && pnpm docker:build"
},
"dependencies": {
"diff": "^5.2.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.0",
"@iconify-json/carbon": "^1.1.37",
"@nuxt/devtools": "^1.3.14",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/diff": "^5.2.1",
"@vueuse/components": "^11.0.1",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
"eslint": "^8.57.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.12.4",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
}
}