-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"author": "evan GmbH",
"dependencies": {
"@evan.network/api-blockchain-core": "^2.3.0",
"console.table": "^0.9.1",
"css-loader": "^3.4.2",
"del": "^2.2.2",
"express": "^4.16.2",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-minify": "^3.1.0",
"gulp-replace": "^1.0.0",
"inquirer": "^5.1.0",
"ipfs-api": "^26.1.2",
"minimist": "^1.2.0",
"node-sass": "^4.13.1",
"request": "^2.83.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"systemjs": "0.19.46",
"web3": "2.0.0-alpha"
},
"description": "evan dapp root project for loading sub dapps, that can also be compiled as a mobile application",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.2",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.1",
"typescript": "^3.8.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"homepage": "https://evannetwork.github.io/",
"keywords": [
"javascript",
"typescript",
"API",
"DApp",
"SASS"
],
"license": "AGPL-3.0-only",
"main": "dist/dapp-browser.js",
"name": "@evan.network/ui-dapp-browser",
"repository": {
"type": "git",
"url": "[email protected]:evannetwork/ui-dapp-browser.git"
},
"scripts": {
"build": "npx webpack --mode=production",
"build-dev": "npx webpack --mode=development",
"deploy": "gulp --gulpfile gulp/deployment.js deploy --config",
"serve": "gulp --cwd . --gulpfile gulp/serve.js serve && npm run watch",
"watch": "npx webpack --mode=development --watch"
},
"types": "dist/src/index.d.ts",
"version": "3.0.2"
}