This repository has been archived by the owner on May 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "2017.9984.io",
"version": "1.0.0",
"author": {
"name": "Matthias Kretschmann",
"email": "[email protected]"
},
"description": "The 9984 >> SUMMIT 2017 site",
"homepage": "https://2017.9984.io",
"license": "(c) 2017 BigchainDB - All Rights Reserved",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production",
"test": "stylelint _src/_assets/styles/**/*.scss"
},
"browserslist": [
"last 2 versions",
"Chrome >= 30",
"Safari >= 6.1",
"Firefox >= 35",
"Opera >= 32",
"iOS >= 8",
"Android >= 4",
"ie >= 10"
],
"dependencies": {
"svg.js": "^2.6.3",
"smooth-scroll": "^12.1.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": ">=2.10.0",
"concurrent-transform": "^1.0.0",
"critical": "^1.0.0",
"cross-spawn": "^6.0.4",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.8.0",
"gulp-cli": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^2.0.5",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-include": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rev": "^8.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.7",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.6",
"js-yaml": "^3.9.0",
"request": "^2.81.0",
"stylelint": "^9.2.1",
"stylelint-config-bigchaindb": "^1.0.0",
"stylelint-config-standard": "^18.0.0",
"uglify-es": "^3.2.0"
},
"engines": {
"node": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/9984/2017.9984.io"
}
}