-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 911 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
{
"name": "dojo-typing-chatgpt",
"version": "1.0.0",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "jest --watchAll"
},
"dependencies": {
"@tanstack/react-query": "^4.29.5",
"axios": "^1.4.0",
"jest-preview": "^0.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.43.9",
"react-toastify": "^9.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"nock": "^13.3.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.5.4",
"vite": "^2.7.2"
}
}