-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.36 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
45
46
47
48
49
50
51
52
{
"name": "garden_barter_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/user-event": "^14.2.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"cookie": "^0.5.0",
"dayjs": "^1.11.3",
"jest-environment-jsdom": "^28.1.0",
"lodash": "^4.17.21",
"next": "12.1.5",
"next-page-tester": "^0.32.0",
"react": "18.0.0",
"react-bootstrap": "^2.3.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"redux-mock-store": "^1.5.4",
"sass": "^1.50.0",
"yup": "^0.32.11",
"zod": "^3.17.3"
},
"devDependencies": {
"@faker-js/faker": "^7.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/node": "^17.0.25",
"@types/react": "^18.0.12",
"axios": "^0.27.2",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"jest": "^28.1.0",
"jest-axe": "^6.0.0",
"js-cookie": "^3.0.1",
"next-redux-wrapper": "^7.0.5",
"react-redux": "^8.0.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"ts-to-zod": "^1.11.0",
"typescript": "^4.6.3"
}
}