forked from sonm-io/Wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 5.8 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
{
"private": false,
"name": "sonm-gui",
"version": "2.0.15",
"description": "SONM GUI",
"main": "main.js",
"directories": {},
"devDependencies": {
"@types/bignumber.js": "^4.0.3",
"@types/chai": "^4.0.5",
"@types/history": "4.6.1",
"@types/lodash": "4.14.85",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.2",
"@types/prop-types": "15.5.3",
"@types/query-string": "5.0.1",
"@types/react": "^16.4.1",
"@types/react-dom": "16.0.6",
"babel-core": "^6.26.0",
"babel-eslint": "8.0.2",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"csso-webpack-plugin": "^1.0.0-beta.10",
"devtron": "1.4.0",
"electron": "^1.8.2",
"electron-packager": "^10.1.1",
"eslint": "4.11.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-lodash-fp": "2.1.3",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "7.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-inline-source-plugin": "git+https://github.com/serjout/html-webpack-inline-source-plugin.git",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-teamcity-reporter": "^1.1.0",
"karma-typescript": "^3.0.8",
"karma-webpack": "^3.0.0",
"less": "2.7.3",
"less-loader": "^4.0.5",
"less-plugin-glob": "2.0.1",
"mocha": "^4.0.1",
"npm-upgrade": "^1.2.0",
"prettier": "^1.10.2",
"pretty-quick": "^1.4.1",
"react-docgen-typescript": "^1.1.0",
"react-styleguidist": "^6.0.33",
"react-svg-loader": "^2.1.0",
"request": "2.83.0",
"signcode": "1.0.0",
"spectron": "3.7.2",
"style-ext-html-webpack-plugin": "^3.4.5",
"style-loader": "^0.19.0",
"svg-url-loader": "^2.3.0",
"ts-loader": "^3.1.1",
"tslib": "1.8.0",
"tslint": "^5.8.0",
"tslint-react": "3.2.0",
"typescript": "2.6.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "3.8.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-common-shake": "^1.5.3",
"webpack-monitor": "^1.0.14",
"worker-loader": "^1.1.0"
},
"dependencies": {
"antd": "3.1.1",
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git",
"classnames": "2.2.5",
"crypto-js": "^3.1.9-1",
"fbjs": "^0.8.16",
"history": "4.7.2",
"lite-server": "^2.3.0",
"lodash": "4.17.4",
"mobx": "3.3.1",
"mobx-react": "4.3.4",
"mobx-utils": "3.2.1",
"npm": "^5.7.1",
"prop-types": "15.6.1",
"query-string": "5.0.1",
"rc-select": "^7.4.0",
"react": "^16.4.1",
"react-addons-transition-group": "^15.6.2",
"react-dom": "^16.1.0",
"sonm-api": "git+https://github.com/sonm-io/blockchain-api-js.git#v2.0.20",
"tcomb": "3.2.27",
"universal-router": "^4.3.0"
},
"scripts": {
"build:ts": "cross-env NODE_ENV=production tsc --project tsconfig.json",
"build:less": "cross-env NODE_ENV=production lessc -rp=./ ./src/app/entry.less ./dist/style.css",
"watch": "cross-env NODE_ENV=development tsc --project tsconfig.json --watch",
"analyze": "cross-env NODE_ENV=production WEBPACK_ANALYZE=1 webpack --config ./front/config/webpack.config.js",
"stats": "cross-env NODE_ENV=production WEBPACK_STATS=1 webpack --config ./front/config/webpack.config.js",
"webpack": "cross-env NODE_ENV=development webpack --config ./front/config/webpack.config.js",
"webpack-without-browser-check": "cross-env PLATFORM=skipBrowserCheck NODE_ENV=development webpack --config ./front/config/webpack.config.js",
"webpack:one": "cross-env NODE_ENV=production BUILD_TYPE=singleFile webpack --config ./front/config/webpack.config.js",
"webpack:web": "cross-env SOURCE_MAP=1 NODE_ENV=production BUILD_TYPE=web webpack --config ./front/config/webpack.config.js",
"pretty": "prettier --config .prettierrc --write ./test/**/* ./front/**/*.js ./front/**/*.ts ./front/**/*.tsx ./*.js ./*.json",
"sg": "styleguidist server",
"karma": "cross-env NODE_ENV=production BUILD_TYPE=singleFile ./node_modules/karma/bin/karma start --browsers Chrome",
"karma:headless": "cross-env NODE_ENV=production BUILD_TYPE=singleFile ./node_modules/karma/bin/karma start --browsers ChromeHeadless --single-un --reporters teamcity --colors false",
"electron": "npm run webpack:web && node build.js",
"electron:macos": "cross-env PLATFORM=darwin npm run electron",
"electron:windows": "cross-env PLATFORM=win32 npm run electron",
"electron:linux": "cross-env PLATFORM=linux npm run electron",
"precommit": "pretty-quick --staged",
"server": "lite-server --baseDir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonm-io/Wallet.git"
},
"author": "SONM Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonm-io/Wallet/issues"
},
"homepage": "https://github.com/sonm-io/Wallet#readme"
}