-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.83 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
63
64
{
"name": "@backoffice-plus/jsonforms-vue-vanilla",
"version": "0.1.3",
"description": "",
"keywords": [],
"author": "David Wolter <[email protected]>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/jsonforms-vue-vanilla.cjs.js",
"module": "lib/jsonforms-vue-vanilla.esm.js",
"types": "lib/src/index.d.ts",
"files": [
"lib/*",
"src/*"
],
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@babel/types": "^7.20.7",
"@jsonforms/vue-vanilla": "^3.1.0",
"@rollup/plugin-alias": "^5.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.7.2",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.12.0",
"lodash": "^4.17.21",
"patch-package": "^6.5.1",
"rollup": "^2.78.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^5.4.1",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^5.3.3",
"vite": "^4.0.4",
"vitest": "^1.2.1",
"vue-tsc": "^1.0.24"
},
"peerDependencies": {
"@jsonforms/core": "^3.0.0",
"@jsonforms/vue": "^3.0.0",
"vue": "^3.2.45"
}
}