-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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": "dominicgan.github.io",
"version": "1.0.0",
"description": "Portfolio Site",
"main": "gulpfile.js",
"scripts": {
"start": "npx gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:dominicgan/dominicgan.github.io.git"
},
"author": "Dominic Gan",
"license": "ISC",
"dependencies": {
"systemjs": "^6.14.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2016": "^6.24.1",
"browser-sync": "^2.28.3",
"chalk": "^5.2.0",
"child_process": "^1.0.2",
"concurrent-transform": "^1.0.0",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-clip-empty-files": "^0.1.2",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-debug": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-responsive": "^3.0.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jshint": "^2.13.6",
"merge-stream": "^2.0.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"sass": "^1.58.3",
"systemjs-builder": "^0.16.15",
"systemjs-plugin-css": "~0.1.37"
}
}