-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "delivery-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.2",
"classnames": "^2.3.2",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"sass": "^1.60.0",
"typescript": "5.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "^6.0.0",
"babel-jest": "^29.6.2",
"eslint-plugin-jest-dom": "^5.0.2",
"eslint-plugin-testing-library": "^6.0.0",
"jest": "^29.6.2",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.6.2",
"next-router-mock": "^0.9.9",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1"
}
}