-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 Bytes
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
{
"name": "low-code-editor",
"version": "1.0.0",
"description": "low-code-editor 低代码编辑器",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rain9",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-vue": "^2.3.2",
"eslint": "^8.15.0",
"eslint-define-config": "^1.4.0",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vite": "^2.9.8",
"vite-plugin-mocker": "^1.0.11",
"vite-plugin-pages": "^0.23.0",
"vite-tsconfig-paths": "^3.4.1",
"vitest": "^0.12.3"
},
"dependencies": {
"@vueuse/core": "^9.3.1",
"less": "^4.1.2",
"lodash-es": "^4.17.21",
"vue": "^3.2.33"
}
}