generated from BuildForSDG/js-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 2.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "teachers-hub-frontend",
"version": "0.1.0",
"private": false,
"dependencies": {
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.55",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@trendmicro/react-sidenav": "^0.5.0",
"aos": "^2.3.4",
"aphrodite": "^2.4.0",
"axios": "^0.21.2",
"babel-eslint": "^10.1.0",
"classnames": "^2.2.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint-config-airbnb": "^18.1.0",
"express": "^4.17.3",
"formik": "^2.1.4",
"jsonwebtoken": "^8.5.1",
"loaders.css": "^0.1.2",
"mdbreact": "^4.27.0",
"moment": "^2.29.4",
"mutationobserver-shim": "^0.3.5",
"nuka-carousel": "^4.7.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-bootstrap-icons": "^1.0.2-alpha4",
"react-bootstrap-table-next": "^3.3.1",
"react-bootstrap-table2-paginator": "^2.1.0",
"react-bootstrap-table2-toolkit": "^1.4.2",
"react-dom": "^16.13.1",
"react-favicon": "^0.0.18",
"react-loader-spinner": "^3.1.14",
"react-loaders": "^3.0.1",
"react-loading-overlay": "^1.0.1",
"react-owl-carousel": "^2.3.1",
"react-paginate": "^6.3.2",
"react-player": "^2.3.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-simple-sidenav": "^2.0.0",
"react-svg-line-chart": "^2.0.2",
"react-toastify": "^6.0.5",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"simple-flexbox": "^2.3.1",
"valid-url": "^1.0.9",
"yup": "^0.29.1"
},
"scripts": {
"start": "node server.js",
"start-dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ignore-path .gitignore",
"heroku-postbuild": "yarn build"
},
"jest": {
"snapshotSerializers": ["enzyme-to-json/serializer"]
},
"license": "MIT",
"eslintConfig": {
"extends": "react-app"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"devDependencies": {
"axios": "^0.21.2",
"husky": "^4.2.5",
"mutationobserver-shim": "^0.3.5",
"prettier": "2.0.5",
"pretty-quick": "^2.0.1"
}
}