You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

76 lines
2.1 KiB

{
"name": "yvan-lcc",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"init": "pnpm i",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-check": "run-p type-check \"build-only {@}\" --",
"type-check": "vue-tsc --build",
"format": "prettier --write src/"
},
"dependencies": {
"@vueuse/core": "^13.2.0",
"echarts": "^5.6.0"
},
"devDependencies": {
"@ease-forge/runtime": "^1.0.12",
"@ease-forge/shared": "^1.0.12",
"@element-plus/icons-vue": "^2.3.1",
"@guolao/vue-monaco-editor": "^1.5.5",
"@rolldown/pluginutils": "1.0.0-beta.8-commit.56abf23",
"@tsconfig/node22": "^22.0.1",
"@types/codemirror": "^5.60.16",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.17.7",
"@types/node": "^22.14.0",
"@types/three": "^0.176.0",
"@typescript/vfs": "^1.6.1",
"@vicons/antd": "^0.13.0",
"@vicons/fa": "^0.12.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/tsconfig": "^0.7.0",
"ag-grid-community": "^28.2.1",
"ag-grid-enterprise": "^28.2.1",
"ag-grid-vue3": "^28.2.1",
"axios": "^1.9.0",
"camera-controls": "2.10.1",
"codemirror": "^5.65.19",
"dat.gui": "^0.7.9",
"decimal.js": "^10.5.0",
"element-plus": "^2.9.10",
"gsap": "^3.13.0",
"hotkeys-js": "^3.13.10",
"jquery": "^3.6.0",
"json5": "^2.2.3",
"less": "^4.2.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"npm-run-all2": "^7.0.2",
"pinia": "^3.0.1",
"prettier": "3.5.3",
"rimraf": "^6.0.1",
"rollup-plugin-typescript2": "^0.36.0",
"sortablejs": "1.15.6",
"split.js": "^1.6.4",
"three": "^0.177.0",
"three-csg-ts": "^3.2.0",
"three-dxf-viewer": "^1.0.36",
"three-mesh-bvh": "^0.9.0",
"troika-three-text": "^0.52.4",
"tslib": "2.8.1",
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"vue": "^3.5.13",
"vue-i18n": "9.2.2",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.8",
"vue3-menus": "^1.1.2"
}
}