-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 5.58 KB
/
package.json
File metadata and controls
157 lines (157 loc) · 5.58 KB
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
{
"name": "@scorum/blog",
"version": "1.4.5",
"description": "Blog platform",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=test DOMAIN=com jest -c ./jest.config.js --colors",
"test:coverage": "cross-env DOMAIN=com jest -c ./jest.config.js --coverage --colors",
"clean": "node ./resources/yarn/clean",
"lint:js": "eslint --ext js src",
"lint:jsx": "eslint --ext jsx src",
"lint:scss": "sass-lint -c .scss-lint.yml -v",
"lint": "yarn lint:jsx && yarn lint:js && yarn lint:scss",
"prepush": "yarn lint",
"flow": "./node_modules/.bin/flow",
"build:client": "./node_modules/.bin/webpack --config ./resources/webpack/client.js -d",
"build:server": "./node_modules/.bin/webpack --config ./resources/webpack/server.js -d",
"build:client:dev": "./node_modules/.bin/webpack --config ./resources/webpack/client.js -d",
"build:server:dev": "./node_modules/.bin/webpack --config ./resources/webpack/server.js -d",
"build:client:staging": "cross-env PROJECT_ENV=staging yarn build:client:production",
"build:server:staging": "cross-env PROJECT_ENV=staging yarn build:server:production",
"build:client:production": "./node_modules/.bin/webpack --config ./resources/webpack/client-production.js -p",
"build:server:production": "./node_modules/.bin/webpack --config ./resources/webpack/server-production.js -p",
"pm2:dev:start": "./node_modules/.bin/pm2 start resources/pm2/development.json",
"pm2:dev:stop": "./node_modules/.bin/pm2 delete resources/pm2/development.json",
"pm2:dev:restart": "yarn pm2:dev:stop && yarn pm2:dev:start",
"pm2:translations:restart": "./node_modules/.bin/pm2 restart blog-translation",
"logs": "pm2 logs /blog/"
},
"license": "MIT",
"dependencies": {
"@scorum/bip39": "2.5.0",
"@scorum/medium-editor": "5.24.34",
"@scorum/react-timeago": "5.0.2",
"@scorum/scorum-js": "2.9.0",
"@scorum/scorum-services": "1.0.6",
"@scorum/scorum-side-js": "1.20.1",
"@scorum/theme-bootstrap": "2.0.56",
"above-the-fold-only-server-render": "1.1.0",
"autoprefixer": "9.1.1",
"autosize": "4.0.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.3",
"babel-loader": "7.1.4",
"babel-plugin-dynamic-import-webpack": "1.0.2",
"babel-plugin-module-resolver": "3.1.0",
"babel-plugin-ramda": "1.5.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-ensure-ignore": "0.1.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.26.0",
"blueimp-file-upload": "9.12.6",
"bs58": "4.0.1",
"classnames": "2.2.5",
"cookie": "0.3.1",
"cookie-parser": "1.4.3",
"copy-webpack-plugin": "4.5.1",
"crypto-js": "3.1.9-1",
"css-loader": "1.0.0",
"dateformat": "3.0.3",
"detect-browser": "2.4.0",
"dotenv": "6.0.0",
"enzyme": "3.4.1",
"enzyme-adapter-react-16": "1.2.0",
"enzyme-to-json": "3.3.3",
"eslint": "4.19.1",
"eslint-import-resolver-babel-module": "4.0.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.9.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-ramda": "2.5.1",
"eslint-plugin-react": "7.7.0",
"exif-js": "2.3.0",
"express": "4.16.3",
"file-loader": "1.1.11",
"firebase": "5.3.0",
"history": "4.7.2",
"html-entities": "1.2.1",
"husky": "0.14.3",
"ignore-loader": "0.1.2",
"isomorphic-fetch": "2.2.1",
"jest": "23.4.1",
"jquery": "2.2.4",
"loadable-components": "2.2.2",
"mini-css-extract-plugin": "0.4.1",
"node-sass": "4.9.2",
"postcss-loader": "3.0.0",
"precss": "3.1.2",
"qrcode.react": "^1.0.1",
"qs": "6.9.3",
"query-string": "6.1.0",
"ramda": "0.25.0",
"raven": "2.6.3",
"raven-js": "3.26.3",
"rc-slider": "8.6.1",
"react": "16.4.2",
"react-avatar-editor": "11.0.6",
"react-copy-to-clipboard": "5.0.1",
"react-dom": "16.4.2",
"react-google-recaptcha": "1.0.5",
"react-helmet-async": "0.1.0",
"react-intl": "2.4.0",
"react-lines-ellipsis": "0.10.3",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-config": "1.0.0-beta.4",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-share": "2.3.1",
"react-slick": "0.23.1",
"react-test-renderer": "16.4.2",
"redis": "2.8.0",
"redux": "3.7.2",
"redux-actions": "2.3.0",
"redux-mock-store": "1.5.1",
"redux-observable": "1.0.0",
"reselect": "3.0.1",
"rxjs": "6.2.2",
"sass-lint": "1.12.1",
"sass-loader": "6.0.7",
"sass-resources-loader": "1.3.3",
"sass-variable-loader": "0.1.2",
"secure-random": "1.1.1",
"shuffle-array": "1.0.1",
"slick-carousel": "1.8.1",
"speakingurl": "14.0.1",
"store": "2.0.12",
"ua-parser-js": "^0.7.22",
"url-loader": "1.0.1",
"validator": "9.4.1",
"webpack": "4.16.5",
"webpack-bundle-analyzer": "2.11.1",
"webpack-cli": "3.1.0",
"webpack-node-externals": "1.7.2",
"xmlhttprequest": "1.8.0",
"yaml-jest": "1.0.5",
"yml-loader": "2.1.0"
},
"devDependencies": {
"@sentry/webpack-plugin": "1.5.2",
"bluebird": "3.5.1",
"cross-env": "5.1.4",
"flow-bin": "0.80.0",
"flow-typed": "2.5.1",
"pm2": "3.0.4",
"rimraf": "2.6.2"
}
}