-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
89 lines (89 loc) · 2.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "bit",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@bit/warashibe.nextdapp.core": "file:./nd/core",
"@bit/warashibe.nextdapp.util": "file:./nd/util",
"@emotion/react": "^11.1.4",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"@spacehq/sdk": "^0.0.29",
"@textile/hub": "^6.0.2",
"@toruslabs/torus-embed": "^1.9.11",
"@use-it/event-listener": "^0.1.6",
"@use-it/interval": "^1.0.0",
"@walletconnect/web3-provider": "^1.3.6",
"brace": "^0.11.1",
"cheerio": "^1.0.0-rc.3",
"copy-to-clipboard": "^3.3.1",
"dompurify": "^2.2.3",
"emotion-theming": "10.0.27",
"entities": "^2.1.0",
"escape-html": "^1.0.3",
"ethers": "^5.0.32",
"file-saver": "^2.0.5",
"firestore-offline": "^0.0.3",
"firestore-sweet": "^0.5.2",
"hashtag-regex": "^2.1.0",
"highlight.js": "^10.4.0",
"html-to-image": "^1.3.20",
"identicon": "^3.0.1",
"image-extensions": "^1.1.0",
"is-url": "^1.2.4",
"isomorphic-dompurify": "^0.10.0",
"isomorphic-fetch": "^2.2.1",
"js-sha256": "^0.9.0",
"jsondiffpatch": "^0.4.1",
"linkifyjs": "^2.1.9",
"localforage": "^1.9.0",
"markdown-it": "^12.0.4",
"markdown-it-katex": "^2.0.3",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"next": "^9.4.4",
"next-offline": "^5.0.2",
"normalize.css": "^8.0.1",
"ramda": "^0.27.0",
"react": "^16.13.1",
"react-ace": "^9.2.0",
"react-beautiful-dnd": "^13.0.0",
"react-color": "^2.19.3",
"react-dom": "^16.13.1",
"react-html-parser": "^2.0.2",
"rebass": "^4.0.7",
"recoil": "^0.1.2",
"resize-image": "^0.1.0",
"sanitize-html": "^2.3.0",
"shortid": "^2.2.15",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-md-serializer": "^5.5.4",
"slate-react": "0.60.1",
"turndown": "^7.0.0",
"web3modal": "^1.9.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "prettier --write **/*.js",
"lint:check": "prettier --check **/*.js"
},
"bit": {
"env": {},
"componentsDefaultDirectory": "nd/{name}",
"packageManager": "npm"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"babel-loader": "^8.1.0",
"prettier": "2.0.5",
"react-is": "^16.13.1"
},
"prettier": {
"semi": false,
"arrowParens": "avoid"
}
}