-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.24 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
{
"name": "frontend-demo-snippets",
"version": "1.0.1",
"description": "snippets, demo, javascript, css, myFunctions",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulpbuild": "set NODE_ENV=production"
},
"repository": {
"type": "git",
"url": "https://github.com/vlad-74/frontend-demo-snippets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vlad-74/frontend-demo-snippets/issues"
},
"dependencies": {
"assets-webpack-plugin": "^3.2.0",
"babel-core": "^6.4.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.18.13",
"connect": "^3.6.5",
"connect-mongo": "^2.0.0",
"cookie": "^0.3.1",
"debug": "^3.1.0",
"debug-trace": "^2.2.1",
"del": "^2.2.0",
"ect": "^0.5.9",
"ejs": "^2.5.7",
"ejs-locals": "^1.0.2",
"express": "^3.21.2",
"fs": "0.0.1-security",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^1.1.1",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-image-resize": "^0.7.1",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-string-replace": "^0.4.0",
"gulp-stylus": "^2.6.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.4",
"gulplog": "^1.0.0",
"help-functions": "^1.0.61",
"json-loader": "^0.5.7",
"lazypipe": "^1.0.1",
"mongodb": "^2.2.33",
"mongoose": "^4.12.3",
"nconf": "^0.8.5",
"node-notifier": "^5.1.2",
"open": "0.0.5",
"socket.io": "^2.0.4",
"stream-combiner2": "^1.1.1",
"stylus": "^0.54.5",
"through2": "^2.0.3",
"webpack": "^1.12.11",
"winston": "^2.4.0",
"ws": "^3.2.0"
},
"homepage": "https://github.com/vlad-74/frontend-demo-snippets#readme"
}