-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 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
60
{
"name": "prova-02",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^5.0.0-beta.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"ansi-html": "^0.0.8",
"ansi-regex": "^3.0.1",
"async": "^2.6.4",
"braces": "^2.3.1",
"color-string": "^1.5.5",
"glob-parent": "^5.1.2",
"is-svg": "^4.3.0",
"js-yaml": "^3.13.1",
"json-schema": "^0.2.3",
"mem": "^4.0.0",
"merge": "^1.2.1",
"minimist": "^1.2.6",
"node-forge": "^1.3.0",
"node-notifier": "^8.0.1",
"postcss": "^7.0.36",
"react": "^17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"react-loading": "^2.0.3",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^1.1.5",
"react-select": "^4.3.1",
"reactjs-popup": "^2.0.5",
"sockjs": "^0.3.20",
"trim-newlines": "^3.0.1",
"urijs": "^1.19.11",
"url-parse": "^1.5.9",
"web-vitals": "^1.1.2",
"webpack-dev-server": "^3.1.11",
"yargs-parser": "^13.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@types/react-router-dom": "^5.1.9",
"eslint": "^7.32.0"
}
}