-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "aliens-auth-app",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://gauzeee.github.io/aliens-auth-app/",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist -b gh-pages",
"build": "tsc && vite build && cp src/404.html dist/404.html",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"gh-pages": "^5.0.0",
"postcss": "^8.4.21",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}