-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "simple-trigger",
"version": "1.0.0",
"description": "A simple triggererer",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"author": "Shaun Mulligan <[email protected]>",
"dependencies": {
"@neurosity/notion": "^5.7.0",
"@reach/router": "^1.2.1",
"anonymus": "^1.6.3",
"color-hash": "^1.0.3",
"express": "^4.17.3",
"moment": "^2.22.2",
"onoff": "^6.0.3",
"react": "^16.12.0",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.12.0",
"react-scripts": "^5.0.0",
"react-select": "^2.0.0",
"react-use": "^13.21.0",
"reflexbox": "^4.0.6",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"styled-components": "^5.3.3",
"websocket": "^1.0.34"
},
"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"
]
}
}