-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.39 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.39 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
{
"name": "coderview",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"axios": "^0.18.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"hbs": "~4.0.1",
"http-errors": "~1.6.2",
"laravel-mix": "^2.1.14",
"laravel-mix-tailwind": "^0.1.0",
"mongoose": "^5.2.17",
"morgan": "~1.9.0",
"nodemailer": "^4.6.8",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"vee-validate": "^2.1.0-beta.9",
"vue": "^2.5.17",
"vue-codemirror": "^4.0.5"
},
"devDependencies": {
"tailwindcss": "^0.6.5"
}
}