-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 936 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 936 Bytes
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
{
"name": "react_access",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"install": "^0.13.0",
"js-cookie": "^3.0.5",
"next": "13.4.8",
"npm": "^9.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.14.2"
},
"devDependencies": {
"@babel/preset-env": "^7.22.6",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/js-cookie": "^3.0.3",
"babel-jest": "^29.6.0",
"history": "^5.3.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"next-router-mock": "^0.9.7",
"react-test-renderer": "^18.2.0"
}
}