-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.96 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.96 KB
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
{
"name": "homebound",
"version": "0.1.0",
"private": true,
"author": {
"name": "Adrian Bece",
"email": "adrian@prototyp.digital",
"url": "https://github.com/codeadrian"
},
"dependencies": {
"date-fns": "^2.12.0",
"firebase": "^7.13.2",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.13.1",
"react-hook-form": "^5.4.2",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-toastify": "^5.5.0",
"react-use-is-online": "^1.0.3",
"redux": "^4.0.5",
"twilio-chat": "^3.3.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint --fix src --ext .ts,.tsx"
},
"license": "MIT",
"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": {
"@types/lodash": "^4.14.149",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"body-parser": "^1.19.0",
"cssnano": "^4.1.10",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react-hooks": "^3.0.0",
"firebase-tools": "^8.0.3",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.4",
"react-app-rewire-postcss": "^3.0.2",
"react-app-rewired": "^2.1.5",
"react-scripts": "3.4.1",
"redux-devtools-extension": "^2.13.8",
"stylelint": "^13.3.1",
"stylelint-config-recommended": "^3.0.0",
"typescript": "~3.7.2"
}
}