-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.6 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
{
"name": "dc-sdk-example",
"version": "0.1.1",
"description": "DApp on dao casino protocol example",
"author": "Alex Step",
"license": "MIT",
"meta": {
"_": "This section data used for generate manifest.json and meta-tags html",
"start_url": "./",
"appName": "Dapp example",
"appDescription": "Example DApp on dao casino protocol",
"background": "#1c2026",
"theme_color": "#1c2026",
"display": "standalone",
"orientation": "portrait"
},
"scripts": {
"start": "node ./scripts/devserver.js"
},
"dependencies": {
"dc-webapi": "*",
"mqtt": "2.18.8",
"postcss-flexbugs-fixes": "4.1.0",
"react-dev-utils": "3.0.2"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-loader": "7.1.5",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.1.8",
"babel-register": "^6.22.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"css-loader": "^0.26.2",
"dotenv": "6.0.0",
"extra-watch-webpack-plugin": "1.0.3",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"html-webpack-plugin": "^2.28.0",
"js-cryptico": "1.0.2",
"json-loader": "^0.5.4",
"less": "3.8.1",
"less-loader": "4.1.0",
"postcss-loader": "2.1.6",
"promise": "8.0.1",
"sass-loader": "7.1.0",
"style-loader": "^0.13.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"url-loader": "1.0.1",
"webpack": "3.12.0",
"webpack-dev-server": "2.11.2",
"webpack-manifest-plugin": "2.0.3",
"whatwg-fetch": "2.0.4"
}
}