This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 5.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "definex-wallet",
"version": "1.0.0",
"description": "starter kit for react basis",
"engines": {
"node": ">=8.0.0",
"npm": "^3.0.0"
},
"scripts": {
"build": "rimraf static/* && npm run build:server && npm run build:client",
"build:dev": "rimraf static/* && cross-env NODE_ENV=development APP_ENV=development TARGET=web webpack --progress --colors",
"build:staging": "rimraf static/* && npm run build:server:staging && npm run build:client:staging",
"build:client": "cross-env NODE_ENV=production APP_ENV=production TARGET=web webpack --progress --colors",
"build:server": "cross-env NODE_ENV=production APP_ENV=production TARGET=node webpack --progress --colors",
"build:client:staging": "cross-env NODE_ENV=production APP_ENV=staging TARGET=web webpack --progress --colors",
"build:server:staging": "cross-env NODE_ENV=production APP_ENV=staging TARGET=node webpack --progress --colors",
"client": "cross-env NODE_ENV=production http-server static",
"server": "cross-env NODE_ENV=production nodemon --icu-data-dir=/usr/local/lib/node_modules/full-icu static/app.js",
"start": "cross-env NODE_ENV=development APP_ENV=development TARGET=web webpack-dev-server -d --history-api-fallback --inline --progress --port 3009 --host localhost",
"test": "NODE_ENV=test mocha --icu-data-dir=/usr/local/lib/node_modules/full-icu --require babel-register --require babel-polyfill --require test/helpers/setup.js --recursive",
"cover": "nyc --reporter=lcov --reporter=text --reporter=html --require babel-register --extension .js npm test",
"lint": "eslint browser server shared test"
},
"dependencies": {
"@polkadot/api": "^1.7.1",
"@polkadot/api-contract": "^1.7.1",
"@polkadot/extension-dapp": "^0.13.1",
"@polkadot/keyring": "^1.6.1",
"@polkadot/types": "^1.7.1",
"@polkadot/util": "^1.6.1",
"@polkadot/util-crypto": "^1.6.1",
"@polkadot/wasm-crypto": "^0.14.1",
"@terencege/api-creator": "^0.0.2",
"@terencege/redux-helper": "^0.0.2",
"@terencege/storage": "^0.0.6",
"antd": "^3.25.0",
"assert": "^2.0.0",
"bip39": "^3.0.2",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"classnames": "^2.2.6",
"compression": "^1.7.4",
"connected-react-router": "^6.5.2",
"cookie-parser": "^1.4.4",
"copy-to-clipboard": "^3.2.0",
"core-js": "^3.3.6",
"cross-fetch": "^3.0.4",
"decimal.js": "^10.2.0",
"express": "^4.17.1",
"fast-deep-equal": "^2.0.1",
"hdkey": "^1.1.1",
"history": "^4.10.1",
"immer": "^5.0.0",
"intl": "^1.2.5",
"keccak": "^2.0.0",
"normalize.css": "^8.0.1",
"qrcode.react": "^1.0.0",
"re-reselect": "^3.4.0",
"react": "^16.11.0",
"react-cookie": "^0.4.8",
"react-dom": "^16.11.0",
"react-hot-loader": "^4.12.13",
"react-intl": "^3.4.0",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-actions": "^2.6.5",
"redux-form": "^8.2.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.1",
"reselect": "^4.0.0",
"scrypt-async": "^2.0.1",
"secp256k1": "^3.7.1",
"serialize-javascript": "^2.1.0",
"tweetnacl": "^1.0.1",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.6.0",
"@babel/node": "^7.7.4",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@hot-loader/react-dom": "^16.9.0",
"autoprefixer": "^8.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-css-modules-transform": "^1.1.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-system-import-transformer": "^3.1.0",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.0",
"cheerio": "^1.0.0-rc.2",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"css-modules-require-hook": "^4.0.5",
"csvtojson": "^1.1.4",
"enzyme": "^3.1.1",
"enzyme-adapter-react-16": "^1.0.4",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"extend": "^3.0.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.1.0",
"http-server": "^0.10.0",
"ignore-styles": "^5.0.1",
"jsdom": "^9.8.3",
"lodash": "^4.17.1",
"mini-css-extract-plugin": "^0.8.0",
"mocha": "^3.0.2",
"nodemon": "^1.11.0",
"nyc": "^14.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"react-css-modules": "^3.7.10",
"redbox-react": "^1.5.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.6",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-config-utils": "^2.3.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.10",
"webpack-hot-middleware": "^2.24.3",
"webpack-manifest-plugin": "^2.0.0-rc.2"
},
"author": "Terence Ge <terencegehui@yahoo.com> (http://terencege.com)",
"license": "ISC"
}