forked from steemit/condenser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.56 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
{
"name": "clout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production babel-node ./node_modules/.bin/webpack --stats --config ./webpack/prod.config.js",
"mocha": "NODE_ENV=test mocha ./mocha.setup.js",
"test": "npm run mocha -- app/**/*.test.js app/**/**/*.test.js server/*.test.js shared/**/*.test.js shared/*/test/*",
"test:watch:all": "npm test -- --watch --watch-extensions jsx",
"test:watch": "npm run mocha -- --watch --watch-extensions jsx",
"prod": "NODE_ENV=production ./node_modules/babel-cli/bin/babel-node.js server/index.js",
"start": "babel-node ./webpack/dev-server.js",
"db": "babel-node ./db/console.js"
},
"author": "",
"license": "proprietary",
"dependencies": {
"assert": "^1.3.0",
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bigi": "^1.4.1",
"blocked": "^1.1.0",
"blueimp-file-upload": "^9.12.5",
"bs58": "^3.0.0",
"bytebuffer": "^5.0.0",
"bytes": "^2.4.0",
"classnames": "^2.2.5",
"co-body": "^4.2.0",
"crypto-js": "^3.1.5",
"css-loader": "^0.23.1",
"diff-match-patch": "^1.0.0",
"ecurve": "^1.0.2",
"estraverse-fb": "^1.3.1",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"file-loader": "^0.8.5",
"foundation-sites": "6.2.1",
"git-rev-sync": "^1.6.0",
"grant-koa": "^3.6.0",
"highcharts": "^4.2.5",
"history": "^2.0.0-rc2",
"humanize-number": "0.0.2",
"imports-loader": "^0.6.5",
"iso": "^5.1.0",
"json-loader": "^0.5.4",
"koa": "^1.1.2",
"koa-body": "^1.4.0",
"koa-compressor": "^1.0.3",
"koa-conditional-get": "^1.0.3",
"koa-csrf": "^2.5.0",
"koa-etag": "^2.0.0",
"koa-favicon": "^1.2.0",
"koa-flash": "^1.0.0",
"koa-helmet": "^1.0.0",
"koa-isbot": "^0.1.1",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-proxy": "^0.5.0",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-session": "^3.3.1",
"koa-static-cache": "^3.1.2",
"medium-editor-insert-plugin": "^2.3.2",
"minimist": "^1.2.0",
"mysql": "^2.10.2",
"node-sass": "^3.4.2",
"pluralize": "^2.0.0",
"purest": "^2.0.1",
"react": "^15.2.1",
"react-addons-pure-render-mixin": "^15.0.1",
"react-dom": "^15.2.1",
"react-foundation-components": "git+https://github.com/valzav/react-foundation-components.git#lib",
"react-highcharts": "^8.3.3",
"react-medium-editor": "^1.8.0",
"react-notification": "^5.0.7",
"react-overlays": "0.6.4",
"react-prop-types": "^0.3.0",
"react-qr": "0.0.2",
"react-redux": "^4.4.0",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.0",
"react-router-scroll": "^0.2.0",
"react-rte-image": "^0.3.1",
"react-timeago": "^3.1.2",
"redux": "^3.3.1",
"redux-form": "^5.2.3",
"redux-modules": "0.0.5",
"redux-saga": "^0.9.5",
"remarkable": "1.6.2",
"sanitize-html": "^1.11.4",
"sass-loader": "^3.1.2",
"secure-random": "^1.1.1",
"sequelize": "^3.21.0",
"sequelize-cli": "^2.3.1",
"speakingurl": "^9.0.0",
"style-loader": "^0.13.0",
"svg-inline-loader": "^0.4.0",
"svg-inline-react": "^1.0.2",
"svgo-loader": "^1.1.0",
"uncontrollable": "^3.2.1",
"underscore.string": "^3.2.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-isomorphic-tools": "^2.2.31",
"websocket": "^1.0.22",
"whatwg-fetch": "^0.11.1",
"xmldom": "^0.1.22"
},
"devDependencies": {
"babel-plugin-react-transform": "^2.0.2",
"browser-sync": "^2.11.1",
"chai": "^3.5.0",
"chai-immutable": "^1.5.3",
"co-mocha": "^1.1.2",
"co-supertest": "0.0.10",
"dev-ip": "^1.0.1",
"dirty-chai": "^1.2.2",
"enzyme": "^2.1.0",
"eslint": "^2.3.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"koa-webpack-dev-middleware": "^1.1.0",
"koa-webpack-hot-middleware": "^1.0.3",
"mocha": "^2.4.5",
"node-watch": "^0.3.5",
"react-addons-perf": "^15.2.1",
"react-addons-test-utils": "^15.2.1",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0"
}
}