-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.22 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
{
"name": "blockcity-gscatter-inject",
"version": "0.0.9",
"description": "gscatter blockcity",
"main": "Error.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config ./webpack.config.production.js",
"dev": "webpack --config ./webpack.config.dev.js -w -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gxchain/blockcity-gscatter-inject.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gxchain/blockcity-gscatter-inject/issues"
},
"homepage": "https://github.com/gxchain/blockcity-gscatter-inject#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.5",
"terser-webpack-plugin": "^1.2.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"gxc-frontend-base": "^0.1.5",
"gxclient": "^2.1.6"
}
}