-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
40
41
42
43
44
{
"name": "new-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.1",
"@tanstack/react-query": "^4.33.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"js-cookie": "^3.0.5",
"next": "^13.4.10",
"nimble-ds": "^1.0.21",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"recoil": "^0.7.7",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.33.0",
"@types/crypto-js": "^4.1.1",
"@types/js-cookie": "^3.0.3",
"babel-loader": "^9.1.3",
"cypress": "12.9.0"
}
}