-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.86 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
{
"name": "humantiv-dashboard",
"version": "0.1.0",
"private": true,
"homepage": "https://citizenhealth.github.io/humantiv-dashboard",
"engines": {
"npm": "6.6.0",
"node": "12.9.1"
},
"proxy": "https://us-central1-health-score-6740b.cloudfunctions.net/",
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"axios": "^0.19.0",
"faker": "^4.1.0",
"firebase": "^7.3.0",
"lottie-react-web": "^2.1.4",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-shapes": "^0.1.0",
"react-with-firebase-auth": "^1.1.0",
"recharts": "^1.8.5",
"root": "file:./"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"sb": "yarn storybook",
"sb:on": "sed -i '' 's/isStorybook = false/isStorybook = true/g' env.js",
"sb:off": "sed -i '' 's/isStorybook = true/isStorybook = false/g' env.js"
},
"eslintConfig": {
"extends": "react-app"
},
"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.7.2",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-storysource": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"babel-loader": "^8.0.6",
"gh-pages": "^2.1.1"
}
}