-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "workshop-idm-chat-dapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"classnames": "^2.2.6",
"idm-bridge-postmsg": "^0.3.2",
"idm-client": "^0.3.1",
"ipfs": "git://github.com/satazor/js-ipfs.git#ipfs-camp",
"ipfs-pubsub-room": "^1.4.1",
"lodash": "^4.17.11",
"nanoid": "^2.0.3",
"pico-signals": "^1.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ipfs-url": "^0.2.2",
"react-promiseful": "^2.0.0",
"react-scripts": "^3.0.1",
"react-time-ago": "^5.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "exit 0",
"eject": "react-scripts eject"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Edge versions"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-moxy": "^7.1.0",
"eslint-plugin-react": "^7.11.1",
"stylelint": "^10.1.0",
"stylelint-config-moxy": "^6.1.0"
}
}