s3si.ts/gui/package.json

29 lines
651 B
JSON
Raw Normal View History

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",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2023-03-03 07:40:39 -05:00
"@tauri-apps/api": "^1.2.0",
2023-03-03 07:03:08 -05:00
"react": "^18.2.0",
2023-03-03 07:40:39 -05:00
"react-dom": "^18.2.0"
2023-03-03 07:03:08 -05:00
},
"devDependencies": {
2023-03-03 07:40:39 -05:00
"@tauri-apps/cli": "^1.2.3",
2023-03-03 07:03:08 -05:00
"@types/node": "^18.14.5",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^3.1.0",
2023-03-03 07:40:39 -05:00
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
2023-03-03 07:03:08 -05:00
"typescript": "^4.9.5",
2023-03-03 07:40:39 -05:00
"vite": "^4.1.4"
2023-03-03 07:03:08 -05:00
}
}