-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "peer-pad-core",
"version": "0.12.0",
"dependencies": {
"aegir": "^15.0.0",
"aes-js": "^3.1.0",
"async": "^2.5.0",
"bootstrap": "^3.3.7",
"bs58": "^4.0.1",
"history": "^4.7.2",
"ipfs": "~0.30.0",
"libp2p-crypto": "~0.13.0",
"pify": "^3.0.0",
"prop-types": "^15.6.0",
"quill": "^1.3.3",
"quill-delta-to-html": "~0.5.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-scripts": "1.0.13",
"remark": "^8.0.0",
"remark-html": "^6.0.1",
"remark-html-katex": "^1.0.2",
"remark-math": "^1.0.1",
"y-array": "^10.1.4",
"y-indexeddb-encrypted": "~0.0.1",
"y-ipfs-connector": "~2.3.0",
"y-map": "^10.1.3",
"y-memory": "^8.0.9",
"y-richtext": "^9.0.8",
"y-text": "^9.5.1",
"yjs": "^12.3.3"
},
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "npm run lint",
"lint": "aegir lint",
"eject": "react-scripts eject"
},
"devDependencies": {}
}