2021-12-25 19:36:55 +08:00
|
|
|
{
|
|
|
|
"name": "variant-form3",
|
2022-05-04 10:30:27 +08:00
|
|
|
"version": "3.0.7",
|
2021-12-25 19:36:55 +08:00
|
|
|
"private": false,
|
|
|
|
"scripts": {
|
|
|
|
"serve": "vite",
|
|
|
|
"build": "vite build",
|
2022-01-01 19:15:45 +08:00
|
|
|
"lib": "vite build --config vite-lib.config.js",
|
|
|
|
"lib-render": "vite build --config vite-lib-render.config.js",
|
2021-12-25 19:36:55 +08:00
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-16 15:18:25 +08:00
|
|
|
"@element-plus/icons-vue": "^0.2.4",
|
2021-12-25 19:36:55 +08:00
|
|
|
"axios": "^0.24.0",
|
|
|
|
"clipboard": "^2.0.8",
|
|
|
|
"core-js": "^3.6.5",
|
2022-03-02 18:26:55 +08:00
|
|
|
"element-plus": "^2.0.4",
|
2021-12-25 19:36:55 +08:00
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"mitt": "^3.0.0",
|
2022-01-02 14:33:25 +08:00
|
|
|
"sortablejs": "1.14.0",
|
2022-04-14 08:57:51 +08:00
|
|
|
"vue": "3.2.26",
|
2022-01-01 19:15:45 +08:00
|
|
|
"vue3-quill": "^0.2.6"
|
2021-12-25 19:36:55 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-01 19:15:45 +08:00
|
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
2021-12-25 19:36:55 +08:00
|
|
|
"@types/node": "^17.0.0",
|
|
|
|
"@vitejs/plugin-vue": "^2.0.0",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.3",
|
|
|
|
"ace-builds": "^1.4.12",
|
|
|
|
"babel-eslint": "^10.1.0",
|
|
|
|
"mvdir": "^1.0.21",
|
2022-01-30 16:07:28 +08:00
|
|
|
"rollup-plugin-external-globals": "^0.6.1",
|
2022-01-02 14:33:25 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.5.2",
|
2021-12-25 19:36:55 +08:00
|
|
|
"sass": "^1.45.0",
|
2022-04-14 08:57:51 +08:00
|
|
|
"vite": "2.7.3",
|
2021-12-25 19:36:55 +08:00
|
|
|
"vite-plugin-svg-icons": "^1.0.5"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
|
|
|
}
|