This repository has been archived by the owner on Sep 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·72 lines (72 loc) · 2.18 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
{
"name": "inventure-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@bit/mui-org.material-ui.bottom-navigation": "^3.9.2",
"@bit/mui-org.material-ui.bottom-navigation-action": "^3.9.2",
"@bit/mui-org.material-ui.icon": "^3.9.2",
"@dr-kobros/react-webfont-loader": "^8.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.10",
"@types/jest": "24.0.11",
"@types/node": "11.13.5",
"@types/react": "16.8.13",
"@types/react-dom": "16.8.4",
"@types/victory": "^31.0.18",
"circular-std": "^1.0.0",
"detect-browser-language": "^0.0.2",
"easy-react-mobile-picker": "^1.0.5",
"env-cmd": "^9.0.0",
"firebase": "^5.11.1",
"fuse.js": "^3.4.4",
"i18next": "^15.0.9",
"lorem-ipsum": "^2.0.1",
"moment": "^2.24.0",
"pluralize": "^8.0.0",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-circular-progressbar": "^1.2.1",
"react-device-detect": "^1.6.2",
"react-dom": "^16.8.6",
"react-headroom": "^2.2.8",
"react-hooks-global-state": "^0.9.0",
"react-i18next": "^10.8.1",
"react-iframe": "^1.8.0",
"react-markdown": "^4.0.8",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-switch": "^5.0.0",
"react-transition-group": "^4.0.0",
"rmc-picker": "^5.0.8",
"speak-tts": "^2.0.8",
"typescript": "^3.4.3",
"victory": "^32.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/react-headroom": "^2.2.1",
"@types/react-router-dom": "^4.3.2",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1"
}
}