-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 984 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": "js",
"version": "1.0.0",
"description": "Learning frontend JavaScript",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx gulp",
"ya": "npx gulp ya",
"build": "npx gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/tgjmjgj/reveal-template.git"
},
"author": "Pavel Karpovich",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-csslint": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.4",
"gulp-useref": "^3.1.6",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.7",
"npx": "^10.2.0",
"yaspeller": "^5.0.1"
}
}