-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "devsante",
"version": "1.0.0",
"description": "devsante",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@prettier/plugin-php": "^0.16.2",
"browser-sync": "2.26.14",
"gulp": "4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.0",
"gulp-connect-php": "1.0.3",
"gulp-dart-sass": "1.0.2",
"gulp-if": "3.0.0",
"gulp-md5-plus": "1.0.3",
"gulp-uglify": "3.0.2",
"prettier": "^2.2.1"
},
"dependencies": {
"headroom.js": "0.12.0",
"js-cookie": "2.2.1",
"masonry-layout": "4.2.1",
"normalize.css": "8.0.1"
},
"scripts": {
"dev": "gulp",
"serve": "php -S localhost:9000",
"build": "gulp prod",
"deploy": "rsync -avz --delete --exclude-from=.rsyncexclude . devsante.org:devsante.org",
"deploy:beta": "rsync -avz --delete --exclude-from=.rsyncexclude-beta . devsante.org:beta.devsante.org",
"refresh": "rsync -avz --delete devsante.org:devsante.org/content/ ./content",
"export-archive": "curl -s http://localhost:3000/export-archive > /dev/null",
"build-archive": "cd archive && yarn build"
}
}