forked from busyorg/busy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.41 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
{
"name": "busy",
"version": "1.0.0",
"bin": "./server",
"main": "./server",
"private": true,
"scripts": {
"start": "NODE_ENV=production npm run run:server",
"dev": "NODE_ENV=development run-p build:server:dev run:server",
"test": "BUSYWS_HOST=https://ws.busy.org BABEL_ENV=test mocha --require babel-register ./src/*/*-spec.js",
"test-watch": "BUSYWS_HOST=https://ws.busy.org BABEL_ENV=test mocha --watch --require babel-register ./src/*/*-spec.js",
"eslint-autofix": "eslint --fix src/**/*.js *.js",
"lint": "eslint src/**",
"run:server": "nodemon --watch busy.server.js busy.server.js",
"build:server:dev": "NODE_ENV=development webpack --config ./webpack/webpack.server.config.js",
"build:server": "NODE_ENV=production webpack -p --config ./webpack/webpack.server.config.js",
"build:client": "npm run cleanup-public && mkdir -p public && cp -r ./assets/* ./public/ && webpack -p --config ./webpack/webpack.prod.config.js",
"build": "NODE_ENV=production run-s build:client build:server",
"heroku-prebuild": "npm i -g pm2 && pm2 install pm2-logrotate",
"heroku-postbuild": "npm rebuild node-sass && npm run build",
"cleanup-public": "rm -rf ./public/*"
},
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.16.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.4.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.18.0",
"bluebird": "^3.4.6",
"body-parser": "~1.13.2",
"bootstrap": "^4.0.0-alpha.2",
"bs58": "^4.0.0",
"bufferutil": "^1.2.1",
"classnames": "^2.2.5",
"coffeeify": "^2.0.1",
"config": "^1.25.1",
"cors": "^2.7.1",
"css-loader": "^0.28.0",
"debug": "~2.2.0",
"diff-match-patch": "^1.0.0",
"draft-js": "^0.10.0",
"draft-js-delete-img-btn-plugin": "^1.0.0",
"draft-js-export-markdown": "github:nil1511/draft-js-export-markdown#build",
"draft-js-image2-plugin": "^1.0.0",
"draft-js-import-markdown": "github:nil1511/draft-js-import-markdown#build",
"draft-js-markdown-shortcuts-plugin": "github:nil1511/draft-js-markdown-shortcuts-plugin#build",
"draft-js-plugins": "github:nil1511/draft-js-plugins#build",
"ejs": "^2.5.6",
"embedjs": "^0.0.4",
"emojione": "^2.2.7",
"emojione-picker": "^1.1.0",
"express": "~4.13.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"form-serialize": "^0.7.1",
"franc": "^2.0.0",
"hbs": "~3.1.0",
"history": "^3.2.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"isomorphic-style-loader": "^1.1.0",
"json-loader": "^0.5.4",
"keycode": "^2.1.6",
"lodash": "^4.0.0",
"lodash-webpack-plugin": "^0.11.2",
"matchmedia": "^0.1.2",
"morgan": "~1.6.1",
"newrelic": "^1.40.0",
"node-sass": "^4.0.0",
"nodemon": "^1.9.2",
"npm-run-all": "^4.0.2",
"numeral": "^1.5.3",
"object-assign": "^4.1.0",
"raven-js": "^3.8.0",
"rc-slider": "^7.0.8",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-ga": "^2.1.2",
"react-gateway": "^2.6.0",
"react-helmet": "^5.0.2",
"react-hot-loader": "next",
"react-intl": "^2.1.5",
"react-is-scrolling": "^1.0.1",
"react-modal2": "^3.1.0",
"react-onclickoutside": "^5.9.0",
"react-redux": "^4.4.5",
"react-responsive-utils": "^1.0.2",
"react-router": "^3.0.0",
"react-router-scroll": "^0.4.1",
"react-select": "^1.0.0-rc.2",
"react-sticky": "^5.0.5",
"react-tagsinput": "^3.14.0",
"react-textarea-autosize": "^4.0.5",
"redux": "^3.5.2",
"redux-actions": "^0.12.0",
"redux-infinite-scroll": "^1.0.9",
"redux-localstorage": "^0.4.1",
"redux-logger": "^2.6.1",
"redux-promise-middleware": "^4.0.0",
"redux-thunk": "^2.1.0",
"remarkable": "^1.7.1",
"sanitize-html": "^1.13.0",
"sass-loader": "^6.0.3",
"secure-random": "^1.1.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.8",
"speakingurl": "^11.0.0",
"steem": "^0.5.1",
"steemconnect": "^0.0.34",
"store": "^1.3.20",
"striptags": "^2.1.1",
"style-loader": "^0.13.1",
"superagent": "^2.2.0",
"tether": "^1.3.2",
"text-ellipsis": "^1.0.3",
"ua-parser-js": "^0.7.10",
"url-loader": "^0.5.7",
"validator": "^5.1.0",
"warning": "^3.0.0",
"webpack": "^2.2.1",
"webpack-visualizer-plugin": "^0.1.5",
"xmldom": "^0.1.27"
},
"devDependencies": {
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.1",
"cheerio": "^0.20.0",
"enzyme": "^2.4.1",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.2.1",
"jsdom": "^9.5.0",
"mocha": "^3.0.2",
"mocha-make-stub": "^2.3.2",
"react-addons-test-utils": "^15.3.2",
"redux-mock-store": "^1.2.0",
"webpack-dev-server": "^1.15.1",
"webpack-hot-middleware": "^2.10.0"
},
"repository": "https://github.com/adcpm/busy.git",
"license": "MIT"
}