-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 874 Bytes
/
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
{
"name": "formkit-element",
"private": false,
"version": "0.0.44",
"type": "module",
"homepage": "https://github.com/mathsgod/formkit-element",
"url": "https://github.com/mathsgod/formkit-element/issues",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"release": "npm version patch && npm run build && npm publish"
},
"dependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@formkit/themes": "^0.17.2",
"@formkit/vue": "^0.17.2",
"@vitejs/plugin-vue": "^3.1.0",
"element-plus": "^2.3.5",
"typescript": "^4.9.5",
"vite": "^3.2.6",
"vite-plugin-dts": "^1.7.0",
"vue-router": "^4.2.1",
"vue-tsc": "^0.40.4"
},
"files": [
"dist"
],
"module": "./dist/formkit-element.js",
"license": "MIT"
}