-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "go-posmotrim",
"description": "Let's watch it together",
"author": "Alex Daff & Klim Milk",
"version": "0.2.0",
"scripts": {
"start:prod": "node index.js",
"start:dev": "set DEBUG=sockets & node index.js",
"start": "npm run start:dev",
"postinstall": "node ./node_modules/gulp/bin/gulp build"
},
"dependencies": {
"debug": "^4.0.1",
"ejs": "^2.6.1",
"express": "^4.16.3",
"googleapis": "^34.0.0",
"jquery": "^3.3.1",
"pg": "^7.4.3",
"redom": "^3.13.1",
"socket.io": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.1",
"webpack-stream": "^5.1.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 1.0"
},
"license": "MIT"
}