-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 997 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
35
36
37
38
39
40
{
"name": "jsonforms-vue-seed",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@jsonforms/core": "3.4.1",
"@jsonforms/vue": "3.4.1",
"@jsonforms/vue-vanilla": "3.4.1",
"ajv": "^8.6.1",
"core-js": "^3.9.1",
"vue": "3.5.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "3.4.15",
"@vue/eslint-config-typescript": "^12.0.0",
"webpack": "^5.89.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^9.20.1",
"typescript": "~5.2.2"
},
"overrides": {
"cache-loader": {
"webpack": "^5.89.0"
}
}
}