@formkl/vue
Version:
A Vue adapter to generate usable Vue from component from Formkl syntax/schema
57 lines • 1.39 kB
JSON
{
"name": "@formkl/vue",
"version": "0.2.0",
"description": "A Vue adapter to generate usable Vue from component from Formkl syntax/schema",
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imrim12/formkl.git",
"directory": "packages/adapters/vue"
},
"keywords": [
"formkl"
],
"author": "thecodeorigin",
"license": "MIT",
"bugs": {
"url": "https://github.com/imrim12/formkl/issues"
},
"homepage": "https://github.com/imrim12/formkl#readme",
"dependencies": {
"element-plus": "^2.2.16",
"lodash": "^4.17.21",
"vue": "^3.2.41",
"@formkl/shared": "0.2.0",
"formkl": "0.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.187",
"@types/node": "^18.11.8",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitest/ui": "^0.24.5",
"@vue/test-utils": "^2.2.10",
"rimraf": "^3.0.2",
"sass": "^1.55.0",
"typescript": "^4.9.4",
"vite": "^3.1.3",
"vite-plugin-dts": "^1.6.6",
"vitest": "^0.24.4",
"vue-tsc": "^1.0.9"
},
"scripts": {
"typecheck": "vue-tsc --noEmit",
"build": "rimraf ./dist && vite build"
}
}