2023-03-03 07:03:08 -05:00
|
|
|
{
|
2023-03-03 07:08:28 -05:00
|
|
|
"name": "s3si-ts",
|
2023-03-03 07:03:08 -05:00
|
|
|
"private": true,
|
2023-03-03 07:08:28 -05:00
|
|
|
"version": "0.1.0",
|
2023-03-03 07:03:08 -05:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2023-03-08 05:32:45 -05:00
|
|
|
"build": "vite build",
|
2023-03-03 07:03:08 -05:00
|
|
|
"preview": "vite preview",
|
2023-03-06 07:21:29 -05:00
|
|
|
"tauri": "tauri",
|
|
|
|
|
"lint": "eslint --max-warnings=0 src"
|
2023-03-03 07:03:08 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-05-31 09:28:05 -04:00
|
|
|
"@tauri-apps/api": "^1.3.0",
|
2023-03-06 14:36:06 -05:00
|
|
|
"classnames": "^2.3.2",
|
2023-05-31 09:28:05 -04:00
|
|
|
"daisyui": "^2.52.0",
|
|
|
|
|
"i18next": "^22.5.0",
|
|
|
|
|
"i18next-browser-languagedetector": "^7.0.2",
|
2023-03-03 07:03:08 -05:00
|
|
|
"react": "^18.2.0",
|
2023-03-03 08:29:36 -05:00
|
|
|
"react-dom": "^18.2.0",
|
2023-05-31 09:28:05 -04:00
|
|
|
"react-i18next": "^12.3.1",
|
|
|
|
|
"react-icons": "^4.9.0",
|
|
|
|
|
"react-router-dom": "^6.11.2",
|
2023-03-06 15:27:48 -05:00
|
|
|
"react-use": "^17.4.0"
|
2023-03-03 07:03:08 -05:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2023-05-31 09:28:05 -04:00
|
|
|
"@tauri-apps/cli": "^1.3.1",
|
|
|
|
|
"@types/node": "^20.2.5",
|
2023-03-03 07:03:08 -05:00
|
|
|
"@types/react": "^18.0.15",
|
|
|
|
|
"@types/react-dom": "^18.0.6",
|
2023-05-31 09:28:05 -04:00
|
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
|
"eslint": "^8.41.0",
|
2023-03-06 07:21:29 -05:00
|
|
|
"eslint-config-react-app": "^7.0.1",
|
2023-05-31 09:28:05 -04:00
|
|
|
"i18next-http-backend": "^2.2.1",
|
|
|
|
|
"postcss": "^8.4.24",
|
|
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
|
"typescript": "^5.0.4",
|
|
|
|
|
"vite": "^4.3.9",
|
2023-03-06 07:21:29 -05:00
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2023-05-31 09:28:05 -04:00
|
|
|
"vite-tsconfig-paths": "^4.2.0"
|
2023-03-06 07:21:29 -05:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": "react-app"
|
|
|
|
|
},
|
|
|
|
|
"pnpm": {
|
|
|
|
|
"packageExtensions": {
|
|
|
|
|
"eslint-plugin-flowtype": {
|
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
|
"@babel/plugin-syntax-flow": {
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-react-jsx": {
|
|
|
|
|
"optional": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-03-03 07:03:08 -05:00
|
|
|
}
|
|
|
|
|
}
|