easydiffusion/ui/frontend/build_src/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2022-09-14 16:48:46 +02:00
{
"name": "react-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2022-09-19 16:30:33 +02:00
"lint": "eslint --ext .tsx --fix src",
2022-09-14 20:49:23 +02:00
"pretty": "prettier --write .",
2022-09-14 16:48:46 +02:00
"dev": "vite",
"build": "tsc && vite build --emptyOutDir",
"preview": "vite preview"
},
"dependencies": {
2022-09-15 22:36:08 +02:00
"@tanstack/react-location": "^3.7.4",
2022-09-14 16:48:46 +02:00
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-query-devtools": "^4.2.3",
2022-09-15 16:19:09 +02:00
"@vanilla-extract/css": "^1.9.0",
2022-09-18 02:26:24 +02:00
"@vanilla-extract/recipes": "^0.2.5",
2022-09-15 16:19:09 +02:00
"@vanilla-extract/vite-plugin": "^3.5.0",
"i18next": "^21.9.2",
2022-09-14 16:48:46 +02:00
"immer": "^9.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
2022-09-14 16:48:46 +02:00
"uuid": "^9.0.0",
"zustand": "^4.1.1"
},
"devDependencies": {
2022-09-18 21:19:31 +02:00
"@types/node": "^18.7.18",
2022-09-14 16:48:46 +02:00
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/uuid": "^8.3.4",
2022-09-19 16:14:50 +02:00
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
2022-09-14 16:48:46 +02:00
"@vitejs/plugin-react": "^2.0.1",
2022-09-19 16:30:33 +02:00
"eslint": "^8.23.1",
"eslint-plugin-i18n-json": "^4.0.0",
"eslint-plugin-i18next": "^6.0.0-4",
2022-09-14 20:49:23 +02:00
"prettier": "^2.7.1",
2022-09-14 16:48:46 +02:00
"typescript": "^4.6.4",
2022-09-19 16:30:33 +02:00
"vite": "^3.0.7",
"vite-plugin-eslint": "^1.8.1"
2022-09-15 16:19:09 +02:00
},
"overrides": {
"@vanilla-extract/vite-plugin": {
"vite": "^3"
}
2022-09-14 16:48:46 +02:00
}
}