-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
{
"name": "shit-list",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cycle/history": "^7.2.0",
"@cycle/react": "^2.1.0",
"@cycle/react-dom": "^2.2.0",
"@cycle/run": "^5.2.0",
"@cycle/state": "^1.2.0",
"cyclic-router": "^6.0.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"hypercore": "^7.5.0",
"hypercore-crypto": "^1.0.0",
"hyperdrive": "git+https://github.com/mafintosh/hyperdrive.git#hyperdb-backend",
"level-js": "^4.0.1",
"levelup": "^4.1.0",
"moment": "^2.24.0",
"pretty-hash": "^1.0.1",
"pump": "^3.0.0",
"random-access-idb": "^1.2.1",
"random-access-memory": "^3.1.1",
"random-access-web": "^2.0.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"styled-components": "^4.3.2",
"switch-path": "^1.2.0",
"websocket-stream": "^5.5.0",
"ws": "^7.1.0",
"xstream": "^11.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}