mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-14 01:28:39 -06:00
24 lines
544 B
JSON
24 lines
544 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",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"vite": "^3.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6"
|
|
}
|
|
}
|