-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.8 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
{
"name": "sensor-panel",
"version": "0.0.1",
"description": "web app for displaying sensor panel results",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0",
"@types/d3": "^6.2.0",
"@types/jest": "^26.0.20",
"@types/node": "^12.19.12",
"@types/qs": "^6.9.5",
"@types/react": "^16.14.2",
"@types/react-datepicker": "^3.1.2",
"@types/react-dom": "^16.9.10",
"@types/styled-components": "^5.1.7",
"d3": "^6.3.1",
"firebase": "^8.2.2",
"qs": "^6.9.4",
"react": "^17.0.1",
"react-datepicker": "^3.4.0",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"styled-components": "^5.2.1",
"typescript": "^4.1.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src",
"prettier": "prettier -c ./src",
"serve": "npm run build && firebase emulators:start --only hosting",
"build": "react-scripts build",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"prettier"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/apata/sensor-panel-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apata/sensor-panel-web/issues"
},
"devDependencies": {
"eslint-config-prettier": "^7.1.0",
"prettier": "^2.2.1"
},
"proxy": "http://localhost:5001/sensor-panel/us-central1/app"
}