-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "formkit-ionic",
"private": false,
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"release": "npm version patch && npm run build && npm publish"
},
"dependencies": {
"vue": "^3.2.37"
},
"files": [
"dist"
],
"devDependencies": {
"@formkit/vue": "^1.0.0-beta.12",
"@ionic/vue": "^6.3.6",
"@ionic/vue-router": "^6.3.6",
"@vitejs/plugin-vue": "^3.1.0",
"typescript": "^4.6.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.0",
"vite-plugin-dts": "^1.7.1",
"vue-router": "^4.1.6",
"vue-tsc": "^0.40.4"
},
"main": "dist/formkit-ionic.js",
"license": "MIT"
}