-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.09 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.09 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
{
"name": "subbit-for-reddit",
"version": "1.0.2",
"private": true,
"scripts": {
"start": "ts-node ./app/server.ts",
"start-dev": "cross-env NODE_ENV=development ts-node --type-check ./app/server.ts",
"build": "rimraf buildClient && cross-env NODE_ENV=production webpack --progress --config ./app/webpack_client.ts",
"cli": "cross-env NODE_ENV=production ts-node ./app/cli",
"clean": "rimraf buildClient",
"lint": "tslint ./app/**/*.ts{,x} -t verbose"
},
"description": "Subbit for Reddit",
"author": {
"name": "Roughy"
},
"dependencies": {
"@types/promise": "^7.1.30",
"@types/uuid": "^3.4.3",
"base-64": "^0.1.0",
"cluster": "^0.7.7",
"cross-env": "^5.1.3",
"debug": "^2.2.0",
"error-to-json": "^1.1.0",
"express": "^4.16.3",
"express-wetland": "^1.0.0",
"gsap": "^2.0.1",
"history": "^4.7.2",
"html-webpack-plugin": "^2.30.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.10",
"mysql": "^2.16.0",
"pg": "^7.4.3",
"postcss-scss": "^1.0.6",
"promise": "^8.0.1",
"react": "^16.2.0",
"react-async-component": "^2.0.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-responsive": "^4.1.0",
"react-svg-inline": "^2.1.1",
"react-toastify": "^4.0.0-rc.5",
"react-transition-group": "^1.2.1",
"redux": "^4.0.0",
"redux-first-router": "0.0.16-next",
"redux-first-router-link": "^1.4.2",
"redux-first-router-restore-scroll": "^1.2.1",
"redux-thunk": "^2.3.0",
"stats-webpack-plugin": "^0.6.1",
"svgo": "^1.0.5",
"ts-node": "^6.1.0",
"uuid": "^3.3.2",
"victory": "^30.0.0",
"wetland": "^3.1.0",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0",
"ws": "^5.2.2"
},
"devDependencies": {
"@types/base-64": "^0.1.2",
"@types/bluebird": "^3.5.18",
"@types/connect-history-api-fallback": "^1.3.1",
"@types/debug": "0.0.30",
"@types/express": "^4.0.37",
"@types/express-serve-static-core": "^4.0.50",
"@types/gsap": "^1.19.2",
"@types/history": "^4.6.2",
"@types/isomorphic-fetch": "0.0.34",
"@types/jsonwebtoken": "^7.2.5",
"@types/knex": "0.0.66",
"@types/node": "^6.0.112",
"@types/optimize-css-assets-webpack-plugin": "^1.3.3",
"@types/query-string": "^5.1.0",
"@types/react": "^16.0.29",
"@types/react-dom": "^16.0.3",
"@types/react-modal": "^3.1.2",
"@types/react-redux": "^5.0.20",
"@types/react-responsive": "^3.0.1",
"@types/react-svg-inline": "^2.1.0",
"@types/react-transition-group": "^1.1.4",
"@types/redux-first-router": "^1.10.1",
"@types/redux-first-router-link": "^1.4.1",
"@types/redux-first-router-restore-scroll": "^1.2.0",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/victory": "^0.9.19",
"@types/webpack": "^3.8.12",
"@types/webpack-bundle-analyzer": "^2.9.2",
"@types/webpack-dev-middleware": "^2.0.0",
"@types/webpack-hot-middleware": "^2.16.2",
"@types/ws": "^5.1.2",
"awesome-typescript-loader": "^3.4.1",
"connect-history-api-fallback": "^1.5.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"extracted-loader": "^1.0.6",
"file-loader": "^1.1.5",
"jsonwebtoken": "^8.1.0",
"lodash-webpack-plugin": "^0.11.5",
"module-alias": "^2.0.3",
"node-sass": "^4.9.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-css-variables": "^0.9.0",
"postcss-custom-properties": "^7.0.0",
"postcss-loader": "^2.1.6",
"robotstxt-webpack-plugin": "^4.0.1",
"sass-loader": "^6.0.6",
"sitemap-webpack-plugin": "^0.5.1",
"style-loader": "^0.19.0",
"svg-inline-loader": "^0.8.0",
"tsconfig-paths-webpack-plugin": "^1.2.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2",
"typings-for-css-modules-loader": "^1.7.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-dev-middleware": "^2.0.3",
"webpack-flush-chunks": "^1.2.3",
"webpack-hot-middleware": "^2.21.0",
"webpack-hot-server-middleware": "^0.3.1"
}
}