-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.91 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
{
"name": "mom-client",
"version": "0.5.6",
"description": "MOM (My Own Messages) client is a ÐApp to share and notarize messages with Ethereum and IPFS using the MOM standard. You can give voice to your smart contract, send messages to the world, create a certified blog with your ideas, and so on.",
"private": true,
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"start": "node --inspect node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.dev.js",
"start-paused": "node --inspect --inspect-brk node_modules/webpack-dev-server/bin/webpack-dev-server.js --config webpack.dev.js",
"start-no-inspect": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"sideEffects": [
"*.css"
],
"author": "Neurone <[email protected]>",
"license": "MIT",
"dependencies": {
"@internetofpeers/mom-js": "^1.0.5",
"bootstrap": "^4.6.0",
"easymde": "^2.14.0",
"ethers": "^4.0.48",
"hash.js": "^1.1.7",
"ipfs-http-client": "^49.0.2",
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"lodash": "^4.17.20",
"loglevel": "^1.7.1",
"multihashes": "^4.0.2",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"autoprefixer": "^9.8.6",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-google": "^0.10.0",
"exports-loader": "^0.7.0",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"font-awesome-loader": "^1.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^4.2.2"
}
}