mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Co-authored-by: samfreund <techguy763@gmail.com> Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com>
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "photonclient",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p build-only",
|
|
"preview": "vite preview --port 4173",
|
|
"build-only": "vite build",
|
|
"build-demo": "vite build --mode demo",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"format": "prettier --write src/",
|
|
"lint-ci": "eslint . --max-warnings 0 --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
|
"format-ci": "prettier --check src/"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.26.0",
|
|
"@fontsource/prompt": "^5.2.6",
|
|
"@mdi/font": "^7.4.47",
|
|
"@msgpack/msgpack": "^3.1.1",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"axios": "^1.9.0",
|
|
"jspdf": "^3.0.1",
|
|
"pinia": "^3.0.2",
|
|
"three": "^0.176.0",
|
|
"vite-plugin-vuetify": "^2.1.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.1",
|
|
"vue3-virtual-scroll-list": "^0.2.1",
|
|
"vuetify": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.14",
|
|
"@types/three": "^0.176.0",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.5.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.26.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"sass": "^1.87.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|