61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "s3si-ts",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "eslint --max-warnings=0 src"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^1.4.0",
|
|
"classnames": "^2.3.2",
|
|
"daisyui": "^3.1.7",
|
|
"i18next": "^23.2.6",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.0.1",
|
|
"react-icons": "^4.10.1",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-use": "^17.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.4.0",
|
|
"@types/node": "^20.3.3",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"@vitejs/plugin-react": "^4.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"i18next-http-backend": "^2.2.1",
|
|
"postcss": "^8.4.24",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-tsconfig-paths": "^4.2.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"pnpm": {
|
|
"packageExtensions": {
|
|
"eslint-plugin-flowtype": {
|
|
"peerDependenciesMeta": {
|
|
"@babel/plugin-syntax-flow": {
|
|
"optional": true
|
|
},
|
|
"@babel/plugin-transform-react-jsx": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |