-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "epanel-react",
"version": "0.1.0",
"proxy": "http://localhost:4200",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/marked": "^1.1.0",
"@types/node": "^12.12.68",
"@types/node-cron": "^2.0.3",
"@types/react": "^16.9.52",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/react-notifications-component": "^2.4.0",
"@types/react-router-dom": "^5.1.6",
"@types/react-scroll": "^1.8.2",
"@uiw/react-md-editor": "^2.1.1",
"bootstrap": "^4.6.0",
"dotenv": "^8.2.0",
"firebase": "^8.0.0",
"firebase-admin": "^9.3.0",
"formik": "^2.2.1",
"marked": "^2.0.0",
"node-cron": "^2.0.3",
"react": "^16.14.0",
"react-bootstrap": "^1.5.2",
"react-bootstrap-icons": "^1.2.2",
"react-content-loader": "^5.1.4",
"react-device-detect": "^1.14.0",
"react-div-100vh": "^0.5.6",
"react-dom": "^16.14.0",
"react-iframe": "^1.8.0",
"react-markdown": "^5.0.3",
"react-modal": "^3.12.1",
"react-notifications-component": "^3.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.1",
"react-tiny-fab": "^4.0.3",
"sass": "^1.30.0",
"typescript": "^3.9.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"deploy": "npm run build && firebase deploy --only hosting",
"deploypreview": "npm run build && firebase hosting:channel:deploy epre",
"lint": "eslint . --ext .ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}