-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mystore-partners",
"version": "1.0.0",
"title": "마이스토어 파트너스",
"description": "마이스토어에서 쉽고 편하게 내 가게를 만들어 보세요.",
"author": "Cheon seulbyeol <[email protected]>",
"private": true,
"engines": {
"node": "^18.16.1",
"npm": "^9.5.1"
},
"scripts": {
"deploy": "npm run build && npm run start",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/types": "^2.17.1",
"@nuxtjs/device": "^3.1.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/node": "^18.17.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.16.1",
"prettier": "3.0.0",
"prettier-eslint": "^15.0.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/robots": "^3.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.11",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"dayjs": "^1.8.16",
"defu": "^6.1.2",
"flatpickr": "^4.6.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"nuxi": "3.6.5",
"nuxt": "3.6.5",
"pinia": "^2.1.4",
"sass": "^1.64.0",
"vue-select": "^4.0.0-beta.6",
"vue3-perfect-scrollbar": "^1.6.0",
"vuetify": "3.2.1"
}
}