-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.33 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
73
74
75
76
{
"name": "death-finance-website",
"version": "0.1.0",
"private": true,
"engines": {
"node": "14"
},
"dependencies": {
"@chakra-ui/react": "^1.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@fontsource/fira-mono": "^4.5.0",
"@fontsource/rock-salt": "^4.5.0",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^12.0.2",
"@types/jest": "^25.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@usedapp/core": "^0.9.1",
"chakra-ui-markdown-renderer": "^4.0.0",
"chart.js": "^3.7.0",
"env-cmd": "^10.1.0",
"firebase": "^9.6.2",
"framer-motion": "^4.0.0",
"fuse.js": "^6.5.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"query-string": "^7.1.0",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-brackets": "^0.4.6",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.2",
"react-icons": "^3.0.0",
"react-markdown": "^8.0.0",
"react-scripts": "4.0.3",
"react-use-fuzzy": "^1.0.4",
"remark-gfm": "^3.0.1",
"typescript": "^3.9.5",
"use-query-params": "^1.2.3",
"web-vitals": "^0.2.2"
},
"devDependencies": {
"@types/reach__router": "^1.3.10",
"@types/react-blockies": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"start:dev": "REACT_APP_ENVIRONMENT=dev yarn start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build && cp build/index.html functions/web/index.html && rm build/index.html",
"build:dev": "REACT_APP_ENVIRONMENT=dev INLINE_RUNTIME_CHUNK=false react-scripts build && cp build/index.html functions/web/index.html && rm build/index.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "firebase deploy --only hosting,functions:preRender --project composeart-f9a7a",
"deploy:dev": "firebase deploy --only hosting,functions:preRender --project deathfinance"
},
"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"
]
}
}