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.
63 lines
1.7 KiB
63 lines
1.7 KiB
{
|
|
"name": "yvan-rcs-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^13.2.0",
|
|
"ag-grid-community": "^28.2.1",
|
|
"ag-grid-enterprise": "^28.2.1",
|
|
"ag-grid-vue3": "^28.2.1",
|
|
"axios": "^1.9.0",
|
|
"codemirror": "^5.65.19",
|
|
"dat.gui": "^0.7.9",
|
|
"decimal.js": "^10.5.0",
|
|
"element-plus": "^2.9.10",
|
|
"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",
|
|
"pinia": "^3.0.1",
|
|
"sortablejs": "1.15.6",
|
|
"split.js": "^1.6.4",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "9.2.2",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-menus": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@rolldown/pluginutils": "1.0.0-beta.8-commit.56abf23",
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/jquery": "^3.3.31",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/node": "^22.14.0",
|
|
"@types/three": "^0.176.0",
|
|
"@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",
|
|
"tslib": "2.8.1",
|
|
"npm-run-all2": "^7.0.2",
|
|
"prettier": "3.5.3",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^6.2.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.8",
|
|
"three": "^0.176.0",
|
|
"camera-controls": "2.10.1",
|
|
"three-mesh-bvh": "^0.9.0"
|
|
}
|
|
}
|
|
|