This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.55 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
{
"name": "tanda-react-app",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"backend:start": "cd backend && node index.js",
"backend:setup": "cd backend && yarn install"
},
"dependencies": {
"axios": "^0.24.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"pnpm": {
"overrides": {
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"nth-check@<2.0.1": ">=2.0.1",
"object-path@<0.11.8": ">=0.11.8",
"axios@<=0.21.1": ">=0.21.2",
"immer@<9.0.6": ">=9.0.6",
"object-path@<0.11.6": ">=0.11.6",
"postcss@>=7.0.0 <7.0.36": ">=7.0.36",
"glob-parent@<5.1.2": ">=5.1.2",
"browserslist@>=4.0.0 <4.16.5": ">=4.16.5",
"sockjs@<0.3.20": ">=0.3.20",
"react-dev-utils@>=0.4.0 <11.0.4": ">=11.0.4",
"immer@<8.0.1": ">=8.0.1",
"axios@<0.21.1": ">=0.21.1",
"node-notifier@<8.0.1": ">=8.0.1",
"yargs-parser@>=6.0.0 <13.1.2": ">=13.1.2",
"object-path@<0.11.5": ">=0.11.5",
"serialize-javascript@<3.1.0": ">=3.1.0",
"serialize-javascript@<2.1.1": ">=2.1.1",
"ansi-html@<=0.0.7": "<0.0.7"
}
}
}