-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 981 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
{
"name": "formbuilder-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@backoffice-plus/formbuilder": "^0.0.25",
"@jsonforms/core": "^3.0.0",
"@jsonforms/examples": "^3.0.0",
"@jsonforms/vue": "^3.0.0",
"@jsonforms/vue-vanilla": "^3.0.0",
"@vueuse/core": "^9.11.1",
"core-js": "^3.8.3",
"lodash": "^4.17.21",
"prismjs": "^1.29.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.13",
"vue-class-component": "^8.0.0-0",
"vue-prism-editor": "^2.0.0-alpha.2"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"typescript": "~4.5.5",
"vite": "^4.1.3",
"vue-tsc": "^1.1.4"
}
}