-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "Preserver",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp dev",
"build": "gulp build --prod"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/preset-env": "^7.14.1",
"@babel/register": "^7.13.16",
"babel-plugin-angularjs-annotate": "^0.10.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"del": "^5.1.0",
"globby": "^11.0.3",
"gulp": "^4.0.0",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"gulplog": "^1.0.0",
"through": "^2.3.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}