forked from Projeto-Vamos/social-ong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
61
62
63
64
65
66
{
"name": "projeto",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"bootstrap-icons": "^1.0.0-alpha3",
"datatables.net": "^1.10.21",
"datatables.net-dt": "^1.10.21",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"jquery": "^3.5.1",
"jwt-decode": "^3.1.2",
"mdbreact": "^4.27.0",
"moment": "^2.27.0",
"path": "^0.12.7",
"pdfmake": "^0.1.68",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-data-table-component": "^6.9.3",
"react-dom": "^16.13.1",
"react-iframe": "^1.8.0",
"react-images-upload": "^1.2.8",
"react-intl-currency-input": "^0.2.6",
"react-moment": "^0.9.7",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-table": "^7.2.1"
},
"scripts": {
"start": "node server.js",
"dev": "react-scripts start",
"prestart": "npm i",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"react-hot-loader": "^4.13.0"
}
}