-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.39 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
{
"name": "colinjohnston-com",
"version": "2.0.0",
"private": true,
"description": "Colin Johnston's Personal Website and Professional Portfolio",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"staging": "rsync -azv --exclude-from 'exclude-list.txt' ./ colinjohnston-staging:/home/dh_8yb3sq/staging.colinjohnston.com",
"staging-dry": "rsync -azvn --exclude-from 'exclude-list.txt' ./ colinjohnston-staging:/home/dh_8yb3sq/staging.colinjohnston.com",
"deploy": "rsync -azv --exclude-from 'exclude-list.txt' ./ colinjohnston:/home/coljoh47/colinjohnston.com",
"deploy-dry": "rsync -azvn --exclude-from 'exclude-list.txt' ./ colinjohnston:/home/coljoh47/colinjohnston.com"
},
"repository": {
"type": "git",
"url": "https://github.com/colin-johnston/colinjohnston.com.git"
},
"author": "[email protected]",
"license": "CC BY-ND",
"devDependencies": {
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "^1.0.3",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^5.1.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8"
},
"dependencies": {
"lazysizes": "^5.2.1",
"node-sass": "^5.0.0",
"npm-check-updates": "^3.2.2"
}
}