-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 996 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 996 Bytes
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
{
"name": "web-wizard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:prettier": "prettier --check .",
"lint": "npm run lint:prettier",
"lintfix": "prettier --write --list-different ."
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.34.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@supabase/supabase-js": "^2.44.3",
"@vue/composition-api": "^1.7.2",
"nuxt": "^2.15.8",
"vue": "^2.7.10",
"vue-server-renderer": "^2.7.10",
"vue-template-compiler": "^2.7.10",
"vue-toastification": "^1.7.14",
"vuetify": "^2.7.2"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"chromedriver": "^106.0.1",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1"
}
}