mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-13 00:59:36 -06:00
25 lines
578 B
JSON
25 lines
578 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.3",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.54.5",
|
|
"vite-plugin-pwa": "^0.12.3",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"vite": "^3.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6"
|
|
}
|
|
}
|