-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 997 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
{
"name": "daniel.schleindlsperger.de",
"version": "1.0.0",
"description": "My personal website",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielschleindlsperger/daniel.schleindlsperger.de.git"
},
"author": "danielschleindlsperger",
"bugs": {
"url": "https://github.com/danielschleindlsperger/daniel.schleindlsperger.de.git/issues"
},
"homepage": "https://github.com/danielschleindlsperger/daniel.schleindlsperger.de.git#readme",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-connect": "^5.7.0",
"gulp-inline-source": "^4.0.0",
"gulp-sass": "^4.0.2",
"hoek": "^4.2.1",
"husky": "^1.3.1",
"normalize.css": "^7.0.0",
"prettier": "^1.19.1",
"pretty-quick": "^1.11.1"
}
}