This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 1.96 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
74
75
76
77
{
"name": "madebyconnor",
"version": "1.0.0",
"description": "Websites and apps. Made by Connor.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madebyconnor/madebyconnor.git"
},
"keywords": [
"madebyconnor",
"connor",
"baer",
"developer",
"ai",
"designer"
],
"author": "Connor Bär",
"license": "ISC",
"bugs": {
"url": "https://github.com/madebyconnor/madebyconnor/issues"
},
"homepage": "https://madebyconnor.co",
"dependencies": {
"Right-Height": "github:cferdinandi/right-height",
"browser-sync": "^2.18.8",
"fg-loadcss": "^1.3.1",
"fontfaceobserver": "^2.0.9",
"headroom.js": "^0.9.3",
"lazysizes": "^3.0.0-rc4",
"loadjs": "^3.4.0",
"mappy-breakpoints": "^0.2.3",
"normalize.css": "^6.0.0",
"object-fit-images": "^3.1.3",
"open-color": "^1.4.0",
"particles.js": "^2.0.0",
"photoswipe": "^4.1.1",
"prismjs": "^1.6.0",
"rellax": "^1.0.0",
"suncalc": "^1.8.0",
"tachyons-sass": "^4.7.1",
"typi": "^3.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.14.3",
"critical": "^0.8.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-favicons": "^2.2.7",
"gulp-filter": "^5.0.0",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.6.0",
"gulp-rev": "^7.1.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.0",
"gulp-update": "0.0.2",
"gulp-util": "^3.0.7",
"jshint": "^2.9.4",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"sw-precache": "^5.0.0"
}
}