-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
133 lines (133 loc) · 4.17 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
{
"name": "golos.io",
"version": "1.1.0",
"description": "Голос - социальная сеть, построенная на публичном блокчейне.",
"author": "Good guys from Golos",
"license": "MIT",
"private": true,
"main": "server/server.js",
"scripts": {
"dev": "nodemon server/server.js",
"build": "next build src",
"start": "NODE_ENV=production node server/server.js",
"test": "jest",
"release": "standard-version"
},
"dependencies": {
"@emotion/is-prop-valid": "^0.7.3",
"@flopflip/memory-adapter": "^1.2.2",
"@flopflip/react-redux": "^8.0.3",
"@sentry/browser": "^4.6.6",
"@sentry/node": "^4.6.6",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"codemirror-md": "^0.1.1",
"cookie-parser": "^1.4.4",
"counterpart": "^0.18.6",
"cyber-client": "^1.8.0",
"cyber-country-flag": "^0.0.4",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"final-form": "^4.12.0",
"final-form-calculate": "^1.3.1",
"http-status": "^1.3.1",
"immutability-helper": "^3.0.0",
"is-hotkey": "^0.1.4",
"isomorphic-unfetch": "^3.0.0",
"jayson": "^2.1.2",
"js-cookie": "^2.2.0",
"jspdf": "^1.5.3",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"next": "^9.0.5",
"next-i18next": "^0.36.5",
"next-links": "^1.0.0",
"next-redux-wrapper": "^3.0.0-alpha.2",
"normalize.css": "^8.0.1",
"normalizr": "^3.3.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"qr-image": "^3.2.0",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.0",
"react-fast-compare": "^2.0.4",
"react-final-form": "^4.1.0",
"react-google-recaptcha": "^2.0.1",
"react-interpolate-component": "^0.12.0",
"react-intl": "^2.9.0",
"react-lazyload": "^2.6.2",
"react-redux": "^7.1.0",
"react-rte-image": "^0.11.1",
"react-scroll-up": "^1.3.3",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-modals-manager": "^0.2.1",
"redux-thunk": "^2.3.0",
"remarkable": "^1.7.1",
"reselect": "^4.0.0",
"rpc-websockets": "^4.3.5",
"sanitize-html": "^1.20.0",
"speakingurl": "^14.0.1",
"styled-breakpoints": "^6.5.5",
"styled-by": "^0.3.0",
"styled-components": "^4.2.0",
"styled-is": "1.1.5",
"toasts-manager": "^0.1.17",
"turndown": "^5.0.3",
"updeep": "^1.1.0",
"uuid": "^3.3.2",
"webpack": "^4.29.6",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@zeit/next-sass": "^1.0.1",
"@zeit/next-source-maps": "^0.0.4-canary.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"commitizen": "^3.1.0",
"cz-conventional-changelog": "2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-import-resolver-babel-module": "^5.0.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.1",
"husky": "^1.3.1",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"node-sass": "^4.13.1",
"nodemon": "^1.18.10",
"prettier": "^1.16.4",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.8.6",
"redux-logger": "^3.0.6",
"sass-loader": "^7.1.0",
"sentry-testkit": "^2.1.0",
"standard-version": "^8.0.1",
"stylelint": "^9.10.1",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0",
"svg-sprite-loader": "^4.1.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}