-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 799 Bytes
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
{
"name": "angular-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "gulp dev"
},
"author": "thejeshwarreddyyerasi@gmail.com",
"license": "ISC",
"browserslist": "ie 10 or > .5%",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"browser-sync": "^2.26.3",
"cors": "^2.8.5",
"delete": "^1.1.0",
"express": "^4.17.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-inject": "^5.0.2",
"gulp-rename": "^1.4.0",
"gulp-rev": "^9.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"morgan": "^1.10.0",
"node-sass": "^4.11.0"
}
}