38 lines
994 B
JSON
38 lines
994 B
JSON
{
|
|
"name": "open-pose-editor",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
"@typescript-eslint/parser": "^5.54.1",
|
|
"dat.gui": "^0.7.9",
|
|
"dayjs": "^1.11.7",
|
|
"eslint": "^8.35.0",
|
|
"eslint-config-prettier": "^8.7.0",
|
|
"i18next": "^22.4.11",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"prettier": "^2.8.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"sweetalert2": "^11.7.3",
|
|
"three": "^0.150.1",
|
|
"vite-plugin-pwa": "^0.14.4",
|
|
"workbox-window": "^6.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dat.gui": "^0.7.7",
|
|
"@types/react": "^18.0.27",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/three": "^0.149.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.1.0"
|
|
}
|
|
} |