43 lines
989 B
JSON
43 lines
989 B
JSON
{
|
|
"name": "v-client",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.2.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.2.3",
|
|
"@types/react": "^18.0.24",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@vitejs/plugin-react": "^2.2.0",
|
|
"eslint": "^8.27.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"jest": "^29.3.1",
|
|
"jest-environment-jsdom": "^29.3.1",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.56.1",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.2.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
}
|
|
}
|