-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "floatplane.dev",
"version": "1.0.0",
"homepage": "https://floatplane.dev/",
"description": "Website of a team of programmers / engineers in Melbourne, Australia",
"repository": "[email protected]:janwerkhoven/floatplane.dev.git",
"bugs": "https://github.com/janwerkhoven/floatplane.dev/issues",
"contributors": [
"Jan Werkhoven <[email protected]> (https://github.com/janwerkhoven)",
"Richard Verheyen <[email protected]> (https://github.com/richardverheyen)"
],
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-dart-sass": "^0.9.1",
"gulp-eslint": "^6.0.0",
"gulp-jsbeautifier": "^3.0.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"node-normalize-scss": "^8.0.1"
},
"dependencies": {
"@bower_components/outdated-browser": "burocratik/outdated-browser#^1.1.3"
},
"engines": {
"yarn": ">= 1.0.0"
},
"scripts": {
"serve": "gulp serve",
"build": "gulp build",
"setup": "remote/setup.sh",
"deploy": "remote/deploy.sh"
}
}