-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.16 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
{
"name": "blog.morleydev.co.uk",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"compile:www:dev": "webpack",
"compile:www:watch": "webpack --watch",
"compile:www": "webpack --env.prod",
"start:bin:hot": "ts-node-dev ./src/bin/index.ts",
"compile:bin": "tsc -p ./src/bin",
"compile": "tsc -p ./src/bin && webpack --env.prod",
"serve": "webpack-dev-server",
"start": "node ./dist/bin/index.ts"
},
"devDependencies": {
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "3.0.1",
"file-loader": "1.1.5",
"html-webpack-plugin": "2.30.1",
"node-sass": "4.5.3",
"sass-loader": "6.0.6",
"style-loader": "0.19.0",
"ts-loader": "3.0.3",
"ts-node": "3.3.0",
"ts-node-dev": "1.0.0-pre.4",
"tslint": "5.7.0",
"typescript": "2.5.3",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-closure-compiler": "2.1.5",
"webpack-dev-server": "2.9.2"
},
"dependencies": {
"@types/config": "0.0.33",
"@types/material-ui": "0.18.3",
"@types/node": "8.0.45",
"@types/react": "16.0.14",
"@types/react-dom": "16.0.1",
"@types/react-redux": "5.0.10",
"@types/react-responsive": "^1.1.8",
"@types/react-router": "4.0.15",
"@types/react-router-dom": "4.0.8",
"@types/react-router-redux": "5.0.8",
"@types/react-tap-event-plugin": "0.0.30",
"@types/socket.io": "^1.4.31",
"@types/socket.io-client": "^1.4.31",
"@types/sqlite3": "3.1.1",
"@types/winston": "2.3.6",
"config": "1.27.0",
"core-js": "2.5.1",
"immutable": "4.0.0-rc.7",
"material-ui": "0.19.4",
"normalize.css": "7.0.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-markdown": "2.5.0",
"react-redux": "5.0.6",
"react-responsive": "^3.0.0",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.6",
"react-tap-event-plugin": "3.0.2",
"redux": "3.7.2",
"redux-observable": "0.16.0",
"rxfiddle": "^1.0.4",
"rxjs": "5.5.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"sqlite3": "3.1.13",
"typeface-roboto": "0.0.41",
"winston": "2.4.0"
}
}