-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.54 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
{
"name": "ovaas-front",
"version": "1.0.12",
"packageManager": "[email protected]",
"description": "OVAAS Front-end use Vue.js v3",
"license": "Apache-2.0",
"repository": "github:ovaas/ovaas-front",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"release": "npx bumpp --commit --tag --push",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"type-check": "nuxi typecheck"
},
"devDependencies": {
"@azure/data-tables": "^13.2.1",
"@hannoeru/eslint-config": "^0.9.4",
"@iconify/json": "^2.2.36",
"@intlify/nuxt3": "^0.2.4",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@types/node": "^18.15.3",
"@types/nprogress": "^0.2.0",
"@unocss/nuxt": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@vee-validate/i18n": "^4.8.3",
"@vee-validate/rules": "^4.8.3",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.23",
"@vueuse/nuxt": "^9.13.0",
"axios": "^1.3.4",
"compressorjs": "^1.2.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"eslint": "^8.36.0",
"mitt": "^3.0.0",
"nuxt": "3.3.1",
"postcss": "^8.4.21",
"postcss-nested": "^6.0.1",
"typescript": "^4.9.5",
"unocss": "^0.50.6",
"vee-validate": "^4.8.3",
"vue-i18n": "next",
"zod": "^3.21.4"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack",
"vite",
"vue",
"vue-router"
],
"allowedVersions": {
"vue-i18n": "*",
"vue": "*"
}
}
}
}