-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.31 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": "frontfy",
"version": "1.0.0",
"description": "Frontfy is a structure for front-end projects. Make with Node.js, Express, Redis and Vue.",
"main": "index.js",
"scripts": {
"gulp": "gulp & gulp webpack",
"build": "redis-server --daemonize yes && npm run gulp",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"browser-sync": "^2.26.3",
"css-loader": "^2.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-inject-string": "^1.1.2",
"gulp-minify-ejs": "^1.0.3",
"gulp-nodemon": "^2.4.2",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^6.0.0",
"imagemin-svgo": "^7.0.0",
"node-sass": "^4.10.0",
"sass-loader": "^7.1.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@babel/cli": "^7.1.5",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"bluebird": "^3.5.3",
"braces": "^2.3.2",
"chalk": "^2.4.1",
"connect-multiparty": "^2.2.0",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.3",
"docx": "^4.7.1",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"file-saver": "^2.0.1",
"firebase": "^5.9.4",
"flatted": "^2.0.0",
"form-data": "^2.3.3",
"gulp-uglify": "^3.0.2",
"helmet": "^3.14.0",
"jquery": "^3.3.1",
"jquery-validation": "^1.19.0",
"json-formatter-js": "^2.2.1",
"log-symbols": "^2.2.0",
"nodemailer": "^6.0.0",
"nodemon": "^1.18.4",
"path": "^0.12.7",
"query-string": "^6.2.0",
"redis": "^2.8.0",
"toastr": "^2.1.4",
"vue": "^2.6.9"
}
}