-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2 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
{
"name": "Learning-Hub",
"version": "0.7.0",
"private": true,
"homepage": "https://learning-a4a51.web.app/",
"dependencies": {
"codacy-coverage": "^3.4.0",
"date-and-time": "^0.10.0",
"dotenv": "^8.2.0",
"firebase": "^7.17.1",
"html-react-parser": "^0.9.2",
"humanize-duration": "^3.23.1",
"jest-fetch-mock": "^3.0.3",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"npm": "^6.14.7",
"nyc": "^15.1.0",
"ordinal": "^1.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sinon": "^8.1.1",
"snyk": "^1.369.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --coverage --watchAll",
"eject": "react-scripts eject",
"test:watch": "npm run test --watch"
},
"engines": {
"node": "8"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!src/index.js"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"firebase-mock": "^2.3.2",
"jest-transform-stub": "^2.0.0",
"react-test-renderer": "^16.13.1"
}
}