forked from golos-blockchain/ui-blogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
191 lines (191 loc) · 6.04 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
{
"name": "Golos.id",
"repository": {
"type": "git",
"url": "https://github.com/golos-blockchain/ui-blogs.git"
},
"version": "1.0.0",
"description": "Голос - социальная сеть, построенная на публичном блокчейне.",
"main": "index.js",
"scripts": {
"build-version": "./server/build-version.sh",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/prod.config.js",
"mocha": "NODE_ENV=test mocha ./mocha.setup.js",
"test": "npm run mocha -- app/**/*.test.js",
"test:watch:all": "npm test -- --watch --watch-extensions jsx",
"test:watch": "npm run mocha -- --watch --watch-extensions jsx",
"production": "NODE_ENV=production ./node_modules/babel-cli/bin/babel-node.js server/index.js",
"start": "REGISTER_INTERVAL_SEC=5 ./node_modules/babel-cli/bin/babel-node.js ./webpack/dev-server.js",
"start:local": "./.env.start.local.sh",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "Golos.id",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.6.0",
"assert": "^1.4.1",
"autoprefixer": "^8.6.1",
"bigi": "^1.4.2",
"bs58": "^3.1.0",
"bytebuffer": "^5.0.1",
"bytes": "^2.5.0",
"classnames": "^2.2.5",
"co-body": "^5.1.1",
"config": "^1.26.2",
"counterpart": "^0.17.9",
"css-loader": "^1.0.0",
"currency-symbol-map": "^3.1.0",
"diff-match-patch": "^1.0.0",
"emoji-picker-element": "^1.3.3",
"file-loader": "1.1.11",
"foundation-sites": "^6.4.3",
"git-rev-sync": "^1.12.0",
"golos-lib-js": "^0.9.9",
"history": "^2.0.0-rc2",
"immutable": "^3.8.2",
"intl": "^1.2.5",
"iso": "^5.2.0",
"jspdf": "^2.3.0",
"koa": "^1.4.1",
"koa-body": "^3.0.0",
"koa-compressor": "^1.0.3",
"koa-conditional-get": "^1.0.4",
"koa-csrf": "^2.5.0",
"koa-etag": "^2.1.2",
"koa-favicon": "^1.2.0",
"koa-flash": "^1.0.0",
"koa-helmet": "^1.0.0",
"koa-isbot": "^0.1.1",
"koa-logger": "^1.3.1",
"koa-mount": "^1.3.0",
"koa-proxy": "^0.5.0",
"koa-route": "^2.4.2",
"koa-router": "^5.4.2",
"koa-session": "^3.4.0",
"koa-static-cache": "^4.1.1",
"libsodium-wrappers": "0.4.8",
"lightbox-react": "^0.3.7",
"lightweight-charts": "^3.2.0",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"multiselect-react-dropdown": "^1.6.7",
"multistream": "^2.1.1",
"net": "^1.0.2",
"node-sass": "6.0.0",
"numeral": "^2.0.6",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"qr-image": "^3.2.0",
"raw-loader": "0.5.1",
"rc-pagination": "^1.8.7",
"react": "^16.14.0",
"react-addons-pure-render-mixin": "^15.4.2",
"react-cookie": "1.0.4",
"react-copy-to-clipboard": "5.0.2",
"react-dom": "^16.14.0",
"react-dom-confetti": "^0.1.3",
"react-dropzone": "^4.2.12",
"react-foundation-components": "git+https://github.com/beautyfree/react-foundation-components.git#e91f61a4312d7e67bed50b055ee3fb90d82645d6",
"react-intl": "^2.4.0",
"react-notification": "6.8.2",
"react-portal": "^2.2.1",
"react-prop-types": "^0.3.2",
"react-qr": "0.0.2",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.7",
"react-router": "3.2.6",
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.4",
"react-rte-image": "^0.3.1",
"react-scroll-up": "^1.3.1",
"react-slick": "^0.23.1",
"react-textarea-autosize": "^8.3.3",
"react-tooltip": "^3.4.0",
"redux": "^4.0.0",
"redux-form": "^5.3.4",
"redux-modules": "0.0.5",
"redux-saga": "^0.16.0",
"remarkable": "2.0.1",
"sanitize-html": "^1.14.1",
"sass-loader": "6.0.6",
"secure-random": "^1.1.1",
"simplemde": "^1.11.2",
"slick-carousel": "^1.8.1",
"speakingurl": "^9.0.0",
"string-to-stream": "^1.1.1",
"style-loader": "0.18.2",
"styled-components": "^4.4.1",
"styled-is": "^1.3.0",
"svg-inline-loader": "0.8.0",
"turndown": "^4.0.2",
"url-loader": "^1.0.1",
"webpack": "^4.46.0",
"webpack-isomorphic-tools": "3.0.6",
"whatwg-fetch": "^0.11.1",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.0-alpha.9",
"@storybook/addon-links": "^4.0.0-alpha.9",
"@storybook/addons": "^4.0.0-alpha.9",
"@storybook/react": "^4.0.0-alpha.9",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"chai-immutable": "^1.5.3",
"co-mocha": "^1.2.2",
"co-supertest": "0.0.10",
"dirty-chai": "^1.2.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^4.9.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"jsdom": "^11.11.0",
"mini-css-extract-plugin": "^0.4.0",
"mocha": "^5.2.0",
"node-watch": "^0.7.1",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "^2.1.5",
"progress-bar-webpack-plugin": "^1.11.0",
"shave": "^2.5.4",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"storybook-router": "0.3.3",
"supertest": "^1.2.0",
"svg-sprite-loader": "^3.8.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-command": "^0.2.1",
"webpack-merge": "^4.1.2",
"webpack-serve": "^1.0.4"
},
"optionalDependencies": {
"fsevents": "*"
},
"engines": {
"node": ">=8.11.3",
"npm": ">=5.6.0"
},
"prettier": {
"singleQuote": true,
"tabWidth": 4,
"semi": true,
"trailingComma": "es5"
}
}