-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 993 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
{
"name": "fe-test",
"version": "1.0.0",
"description": "FE test",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Newsletter2go",
"license": "ISC",
"devDependencies": {
"bower": "^1.7.0",
"gulp": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^4.0.1",
"gulp-webserver": "^0.9.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-core": "^6.26.3",
"browserify": "^16.2.3",
"browserify-ngannotate": "^2.0.0",
"del": "^4.1.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-cachebust": "0.0.10",
"gulp-concat": "^2.6.1",
"gulp-ng-html2js": "^0.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"rimraf": "^2.6.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}