-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.79 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
{
"name": "weareopen",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.7.0",
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.51",
"@material-ui/pickers": "^3.2.10",
"@reach/router": "^1.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/yup": "^0.28.0",
"eslint-plugin-cypress": "^2.10.3",
"final-form": "^4.19.1",
"lodash": "^4.17.15",
"markdown-to-jsx": "^6.11.1",
"mongodb-stitch-browser-sdk": "^4.8.0",
"mui-rff": "^2.1.12",
"raw.macro": "^0.3.0",
"react": "^16.13.1",
"react-cookie-consent": "^3.0.0",
"react-dom": "^16.13.1",
"react-final-form": "^6.4.0",
"react-ga": "^2.7.0",
"react-helmet": "^6.0.0",
"react-scripts": "3.4.1",
"react-text-loop": "^2.3.0",
"source-sans-pro": "^3.6.0",
"typeface-roboto": "0.0.75",
"typeface-source-sans-pro": "^1.1.5",
"yup": "^0.28.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:st": "env-cmd -f .env.staging.local react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"analyze": "source-map-explorer 'build/static/js/*.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": {
"cypress": "^4.5.0",
"env-cmd": "^10.1.0",
"source-map-explorer": "^2.4.2"
}
}