-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "domrae.github.io",
"version": "1.0.0",
"description": "One couple's brave attempt at a pretentious travelogue.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/domrae/domrae.github.io.git"
},
"author": "Dominic Gan",
"license": "ISC",
"bugs": {
"url": "https://github.com/domrae/domrae.github.io/issues"
},
"homepage": "https://github.com/domrae/domrae.github.io#readme",
"devDependencies": {
"autoprefixer": "^9.8.6",
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2016": "^6.24.1",
"browser-sync": "^2.27.5",
"chalk": "^4.1.2",
"child_process": "^1.0.2",
"cssnano": "^4.1.11",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.0",
"gulp-clip-empty-files": "^0.1.2",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-filesize": "0.0.6",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jshint": "^2.13.1",
"merge-stream": "^2.0.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"systemjs": "^6.10.3",
"systemjs-builder": "^0.16.15",
"systemjs-plugin-css": "~0.1.37"
}
}