-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
136 lines (136 loc) · 4.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
{
"name": "boilerplate",
"version": "1.0.0",
"description": "Boilerplate",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/liawesomesaucer/boilerplate"
},
"scripts": {
"bs": "npm run clean && npm run build && npm run start:prod",
"build": "cross-env NODE_ENV=production webpack -p --progress --config webpack.config.prod.js",
"clean": "rimraf dist",
"lint": "node node_modules/.bin/tslint -c tslint.json --project tsconfig.json 'client/**/*.ts?(x)' 'server/**/*.ts?(x)'",
"start": "npm run clean && npm run build && npm run start:prod",
"start:dev": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon",
"start:prod": "cross-env NODE_ENV=production ts-node index.ts"
},
"main": "index.ts",
"author": "Vincent Liaw <vincentcliaw@gmail.com>",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/bcrypt-nodejs": "^0.0.30",
"@types/body-parser": "^1.17.0",
"@types/compression": "^0.0.36",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/express-session": "^1.15.11",
"@types/helmet": "^0.0.40",
"@types/jsonwebtoken": "^7.2.8",
"@types/mongoose": "^5.2.5",
"@types/morgan": "^1.7.35",
"@types/passport": "^0.4.6",
"@types/passport-jwt": "^3.0.1",
"@types/passport-local": "^1.0.33",
"@types/prop-types": "^15.5.5",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/react-helmet": "^5.0.7",
"@types/react-hot-loader": "^4.1.0",
"@types/react-redux": "^6.0.6",
"@types/react-router-dom": "^4.3.0",
"@types/react-router-redux": "^5.0.15",
"@types/redux": "^3.6.0",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-form": "^7.4.5",
"@types/redux-logger": "^3.0.6",
"@types/universal-cookie": "^2.2.0",
"@types/webpack": "^4.4.11",
"@types/webpack-dev-middleware": "^2.0.2",
"@types/webpack-env": "^1.13.6",
"@types/webpack-hot-middleware": "^2.16.4",
"async": "^2.1.5",
"async-es": "^2.1.5",
"autoprefixer": "^6.7.0",
"awesome-typescript-loader": "^5.2.1",
"axios": "^0.15.3",
"babel-core": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-polyfill": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.22.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.16.0",
"case-sensitive-paths-webpack-plugin": "^1.1.4",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"cross-env": "^3.1.4",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-jwt": "^5.3.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"helmet": "^3.4.0",
"history": "^4.7.2",
"jsonwebtoken": "^8.2.0",
"mongoose": "^4.10.2",
"morgan": "^1.7.0",
"object-hash": "^1.1.7",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"react": "16.4.2",
"react-cookie": "^2.0.7",
"react-dom": "16.4.2",
"react-helmet": "^4.0.0",
"react-redux": "^5.0.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "4.0.0",
"redux-form": "7.4.2",
"redux-logger": "^2.7.4",
"redux-thunk": "2.3.0",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
"universal-cookie": "^2.0.7"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"eventsource-polyfill": "^0.9.6",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^4.3.0",
"nodemon": "^1.11.0",
"postcss-loader": "^2.1.5",
"react-dev-utils": "6.0.0-next.3e165448",
"react-hot-loader": "^3.0.0-beta.6",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.7",
"source-map-loader": "^0.2.4",
"svg-react-loader": "^0.4.5",
"script-loader": "^0.7.0",
"style-loader": "^0.16.1",
"ts-loader": "^5.2.0",
"tslint-config-airbnb": "^5.9.2",
"tslint-eslint-rules": "^5.3.1",
"tslint-loader": "^3.6.0",
"ts-node": "^7.0.0",
"typescript": "3.0.1",
"webpack": "4.5.0",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "3.1.3",
"webpack-dev-server": "3.1.5",
"webpack-hot-middleware": "2.22.3"
},
"peerDependencies": {}
}