-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 1.24 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
{
"name": "mbapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.18.1",
"axios": "^0.21.2",
"i18next": "^17.0.14",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-xhr-backend": "^3.1.2",
"jszip": "^3.8.0",
"jszip-utils": "^0.1.0",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"qrcode.react": "^0.9.3",
"react": "^16.9.0",
"react-copy-to-clipboard": "^5.0.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.9.0",
"react-dropzone": "^10.1.8",
"react-i18next": "^9.0.10",
"react-markdown": "^4.2.2",
"react-medium-image-zoom": "^3.1.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"customize-cra": "^0.2.11",
"node-sass": "^7.0.0",
"react-app-rewired": "^2.1.0"
}
}