-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "oreo-editor",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@arco-design/web-vue": "^2.55.3",
"lodash": "^4.17.21",
"pixi.js": "^7.3.2",
"vue": "^3.2.45",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.1.6",
"vue3-apexcharts": "^1.5.3",
"vuetify": "^3.6.7"
},
"devDependencies": {
"@mdi/font": "^7.1.96",
"@rushstack/eslint-patch": "^1.1.4",
"@types/lodash": "^4.14.194",
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"@vuetify/loader-shared": "^2.0.3",
"eslint": "^8.2.2",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^3.2.5",
"sass": "^1.57.1",
"typescript": "5.2.2",
"vite": "^5.2.11",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.0.19"
}
}