forked from bitshares/bitshares-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
228 lines (228 loc) · 7.53 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
{
"name": "BitShares2-light",
"version": "2.0.171102",
"description": "Advanced wallet interface for the BitShares financial blockchain.",
"homepage": "https://github.com/bitshares/bitshares-ui",
"author": "Sigve Kvalsvik <[email protected]>",
"contributors": [
"James Calfee",
"Dan Larimer",
"Valentine Zavgorodnev <[email protected]>"
],
"license": "MIT",
"engines": {
"node": ">=7.x",
"npm": ">=4.x",
"yarn": ">=0.21.3"
},
"repository": {
"type": "git",
"url": "git://github.com/bitshares/bitshares-ui"
},
"main": "build/electron/index.js",
"scripts": {
"test:market": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register ./app/test/marketTests --watch",
"bench:market": "cross-env NODE_ENV=test babel ./lib/common/MarketClasses.js -o ./app/test/MarketClasses.js && cross-env NODE_ENV=test node --harmony ./test/marketBenchmark",
"profile-dev": "webpack --env.dev --env.profile --profile --json > stats-dev.json",
"profile-build": "cross-env NODE_ENV=production webpack --env.prod --env.profile --profile --json > stats-prod.json",
"profile-nougly": "cross-env NODE_ENV=production webpack --env.prod --env.profile --env.noUgly --profile --json > stats-prod-nougly.json",
"start": "cross-env NODE_ENV=development node server.js",
"start-electron": "electron build/electron/index.js",
"build": "cross-env NODE_ENV=production webpack --env.prod",
"build-hash": "cross-env NODE_ENV=production webpack --env.prod --env.hash --env.baseUrl=''",
"build-hash-nougly": "cross-env NODE_ENV=production webpack --env.prod --env.hash --env.noUgly --env.baseUrl=''",
"build-github": "cross-env NODE_ENV=production webpack --env.prod --env.hash --env.baseUrl='/wallet/'",
"build-electron": "cross-env NODE_ENV=production webpack --env.prod --env.electron --env.hash",
"build-electron-nougly": "cross-env NODE_ENV=production webpack --env.prod --env.electron --env.noUgly --env.hash --progress --display-error-details --colors",
"prepare-electron": "copyfiles -f resources/*.js build/electron/",
"postbuild-electron": "npm run prepare-electron",
"postbuild-electron-nougly": "npm run prepare-electron",
"build-win32": "cross-env NODE_ENV=production && webpack --env.prod --progress --colors && echo 'copying to electron/build..' && xcopy dist ..\\electron\\build /s /e /y && echo 'done.'",
"prepackage": "npm run build-electron",
"prepackage-no-ugly": "npm run build-electron-nougly",
"package": "build -p never",
"package-no-ugly": "build -p never",
"package-deb": "npm run prepackage && build -p never --linux deb",
"package-win": "npm run prepackage && build -p never --windows",
"package-mac": "npm run prepackage && build -p never --mac dmg"
},
"jest": {
"scriptPreprocessor": "<rootDir>/__tests__/jest-preprocessor.js",
"testPathDirs": [
"<rootDir>/__tests__"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/tcomb",
"<rootDir>/node_modules/immutable"
],
"moduleFileExtensions": [
"js",
"jsx",
"json",
"coffee"
],
"testFileExtensions": [
"js",
"jsx"
],
"testPathIgnorePatterns": [
"/jest-preprocessor.js",
"/node_modules/",
"/utils/"
]
},
"browsersList": "electron 1.7",
"build": {
"productName": "BitShares",
"appId": "org.bitshares.graphene",
"files": [
"build/electron",
"!node_modules"
],
"mac": {
"category": "public.app-category.finance"
},
"dmg": {
"contents": [
{
"x": 130,
"y": 220
},
{
"x": 410,
"y": 220,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
]
},
"linux": {
"category": "Finance",
"target": [
"deb",
"AppImage"
],
"synopsis": "BitShares: Cryptocurrency and Decentralized Exchange"
},
"directories": {
"buildResources": "resources",
"output": "build/binaries"
}
},
"dependencies": {
"sockjs-client": "^1.1.1",
"alt": "^0.18.6",
"alt-container": "^1.0.0",
"alt-react": "0.0.1",
"bignumber.js": "^4.0.0",
"bitsharesjs": "^1.4.1",
"browser-locale": "^1.0.3",
"classnames": "^2.2.1",
"cookies-js": "^1.2.1",
"counterpart": "^0.17.1",
"event-emitter": "^0.3.4",
"event-listener": "^1.1.0",
"file-saver": "^1.3.3",
"foundation-apps": "git+https://github.com/zurb/foundation-apps.git",
"fractional": "^1.0.0",
"highcharts": "4.2.6",
"img-loader": "^2.0.0",
"immutable": "^3.8.1",
"indexeddbshim": "^2.2.1",
"intl": "^1.1.0",
"jdenticon": "git+https://github.com/cryptonomex/jdenticon.git",
"jquery": "^3.2.1",
"js-sha256": "^0.2.3",
"lodash": "^3.10.1",
"lzma": "2.1.6",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"node-fetch": "^1.3.1",
"numeral": "2.0.4",
"object-assign": "^4.0.1",
"perfect-scrollbar": "git+https://github.com/bitshares/perfect-scrollbar.git",
"qrcode.react": "^0.7.1",
"react": "^15.6.1",
"react-clipboard.js": "^1.0.1",
"react-dom": "^15.6.1",
"react-fastclick": "^3.0.2",
"react-foundation-apps": "git+https://github.com/valzav/react-foundation-apps.git",
"react-hammerjs": "^1.0.1",
"react-highcharts": "^12.0.0",
"react-hot-loader": "^3.0.0",
"react-interpolate-component": "^0.10.0",
"react-intl": "^2.4.0",
"react-json-inspector": "^7.0.0",
"react-notification-system": "^0.2.12",
"react-popover": "^0.4.6",
"react-responsive-mixin": "^0.4.0",
"react-router": "^3.0.2",
"react-stockcharts": "^0.6.1",
"react-tabs-redux": "2.0.1",
"react-tooltip": "^3.2.2",
"react-transition-group": "^1.2.0",
"react-translate-component": "^0.13.2",
"tcomb": "2.5.2",
"whatwg-fetch": "^2.0.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-webpack-alias": "^2.1.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"benchmark": "^2.1.3",
"clean-webpack-plugin": "^0.1.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.2",
"copyfiles": "^1.2.0",
"cross-env": "^5.0.5",
"css-loader": "^0.22.0",
"electron": "^1.7.9",
"electron-builder": "19.43.0",
"es6-promise": "^3.0.2",
"eslint": "^2.11.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-react": "^5.2.2",
"express": "^4.14.0",
"express-history-api-fallback": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.8.4",
"git-rev-sync": "^1.9.1",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.30.1",
"jest-cli": "^18.1.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^4.5.3",
"postcss-loader": "^0.8.2",
"remarkable-loader": "^0.2.1",
"sass-loader": "^6.0.6",
"script-loader": "^0.6.1",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.7.1",
"svgo-loader": "1.1.2",
"url-loader": "^0.5.7",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.14.0",
"worker-loader": "^0.8.1"
}
}