-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 950 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
33
34
35
36
37
38
39
{
"name": "my-app",
"version": "1.0.8",
"homepage": "https://greatvivek11.github.io",
"private": true,
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh pages -d build",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.6.3",
"gh-pages": "^6.1.1",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-bootstrap-icons": "^1.3.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.0.1",
"typescript": "^4.1.5",
"typewriter-effect": "^2.17.0",
"web-vitals": "^1.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"vite": "^2.8.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}