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.
40 lines
1010 B
40 lines
1010 B
{
|
|
"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": {
|
|
"axios": "^1.9.0",
|
|
"dat.gui": "^0.7.9",
|
|
"element-plus": "^2.9.10",
|
|
"lodash": "^4.17.21",
|
|
"pinia": "^3.0.1",
|
|
"three": "^0.176.0",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"less": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/node": "^22.14.0",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/three": "^0.176.0",
|
|
"npm-run-all2": "^7.0.2",
|
|
"prettier": "3.5.3",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^6.2.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|
|
|