-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.28 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json,vue}'",
"format:check": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json,vue}'",
"postinstall": "nuxt prepare",
"prepare": "husky install",
"test": "vitest run"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
"@nuxt/test-utils": "^3.12.1",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/i18n": "^8.0.0-rc.5",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxtjs/tailwindcss": "^6.9.4",
"@types/dompurify": "^3.0.5",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"happy-dom": "^14.7.1",
"husky": "^8.0.3",
"naive-ui": "^2.35.0",
"nuxt": "^3.8.1",
"nuxt-paypal": "^0.0.1-beta",
"nuxt-simple-robots": "^4.0.0-rc.14",
"nuxt-svgo": "^3.6.0",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"vite-plugin-commonjs": "^0.10.3",
"vitest": "^1.5.0",
"vitest-environment-nuxt": "^1.0.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@paypal/paypal-js": "^8.0.2",
"@pinia/nuxt": "^0.5.1",
"@sentry/vue": "^7.100.1",
"@types/vue-tel-input": "^2.1.7",
"@vicons/fa": "^0.12.0",
"@vue/eslint-config-airbnb-with-typescript": "^7.0.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^9.0.3",
"axios": "^1.6.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.1.4",
"dompurify": "^3.0.8",
"dotenv": "^16.4.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue-scoped-css": "^2.5.1",
"js-cookie": "^3.0.5",
"maska": "^2.1.11",
"normalize-url": "^8.0.0",
"pinia": "^2.1.7",
"vue-cal": "^4.9.0",
"vue-phone-number-input": "^1.1.7",
"vue-tel-input": "^6.0.5",
"vue-tel-input-vuetify": "^1.5.3",
"vue3-datepicker": "^0.4.0",
"vue3-google-map": "^0.19.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*",
"@rollup/rollup-darwin-arm64": "*"
}
}