-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .js,.ts,.vue",
"lint-fix": "eslint . --ext .js,.ts,.vue --fix"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"nuxt": "^3.11.2",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vue": "^3.4.25",
"vue-router": "^4.3.2"
},
"dependencies": {
"@vueform/multiselect": "^2.6.7",
"@vueuse/core": "^10.9.0",
"bootstrap": "^5.3.3",
"eslint-plugin-vue": "^9.25.0",
"floating-vue": "^2.0.0-beta.20",
"swiper": "^11.1.1",
"vue-toastification": "^2.0.0-rc.5"
}
}