-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "victors-letters",
"version": "0.1.0",
"homepage": "https://paleite.github.io/victors-letters",
"scripts": {
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages --dist build -f",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"ansi-regex": ">=5.0.1 <6.0.0",
"browserslist": ">=4.16.5",
"glob-parent": ">=5.1.2",
"immer": ">=9.0.6",
"nth-check": ">=2.0.1"
},
"dependencies": {
"browserslist": ">=4.16.5",
"immer": ">=9.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.16.5",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"gh-pages": "^5.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.1",
"typescript": "^4.5.4"
}
}