mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 05:38:35 +00:00
25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"name": "repl2",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.2",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"postcss": "^8.4.13",
|
|
"tailwindcss": "^3.0.24",
|
|
"vite": "^2.9.9"
|
|
}
|
|
}
|