forked from soofstad/react-oauth2-pkce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 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": "package-development",
"version": "0.1.0",
"scripts": {
"start": "ESLINT_NO_DEV_ERRORS='true' react-scripts start",
"build": "react-scripts build",
"test": "jest --silent",
"test:watch": "jest --silent --watch"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-scripts": ">=5.0.1"
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "18.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "5.4.5"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}