-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 952 Bytes
/
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
{
"name": "budget-calculator",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp"
},
"dependencies": {
"@sentry/node": "^4.6.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^7.0.0",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"lodash": "^4.17.11",
"morgan": "~1.9.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.0.0",
"browser-sync": "^2.26.3",
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-live-server": "^0.0.31",
"gulp-livereload": "^4.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gutil": "^1.6.4",
"nodemon": "^1.18.10"
}
}