-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "navuelidate",
"version": "0.9.12",
"description": "a lib for create form and validate easier with naveui/vuelidate/vueuse",
"main": "dist/index.umd.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "vue-tsc --noEmit && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinatoHikari/Navuelidate.git"
},
"keywords": [
"nave-ui",
"vuelidate",
"vueuse",
"form",
"validation",
"validate"
],
"author": "MinatoHikari",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinatoHikari/Navuelidate/issues"
},
"homepage": "https://github.com/MinatoHikari/Navuelidate#readme",
"devDependencies": {
"@types/node": "^18.19.54",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/runtime-dom": "^3.5.10",
"@vue/shared": "^3.5.10",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.1.0",
"naive-ui": "^2.40.1",
"prettier": "^3.3.3",
"terser": "^5.34.1",
"treemate": "^0.3.11",
"typescript": "5.5.3",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vue": "^3.4.21",
"vue-tsc": "^2.1.6",
"vueuc": "^0.4.64"
},
"peerDependencies": {
"@vuelidate/core": ">=2.0.0",
"@vueuse/core": ">=9.12.0",
"naive-ui": ">=2.33.0",
"vue": ">=3.2.0"
},
"volta": {
"node": "18.20.4"
}
}