-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.7 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
{
"private": true,
"scripts": {
"get-git-env": "COMMIT_SHORT_SHA=`git rev-parse --short HEAD` COMMIT_TAG=`git describe --tags $(git rev-list --tags --max-count=1)`",
"dev": "yarn run get-git-env nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./src"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/google-fonts": "^3.0.0-1",
"@nuxtjs/i18n": "^8.0.0-beta.9",
"@nuxtjs/tailwindcss": "^6.2.0",
"@types/inputmask": "^5.0.3",
"@types/moment-duration-format": "^2.2.3",
"@vueuse/components": "^10.3.0",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"nuxt": "^3.8.0",
"postcss-import": "^16.0.1",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.3"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "^22.0.0",
"@vueform/multiselect": "^2.5.8",
"firebase": "^10.4.0",
"inputmask": "^5.0.7",
"linkify-string": "^4.1.0",
"linkifyjs": "^4.1.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"nuxt-vuefire": "^1.0.2",
"vuedraggable": "^4.1.0",
"vuefire": "^3.1.17"
}
}