-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 996 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
{
"name": "pleasure",
"version": "0.0.2",
"description": "Twig based Static Site Generator, powered by gulp.",
"main": "gulpfile.js",
"scripts": {
"start": "node_modules/gulp/bin/gulp.js",
"build": "node_modules/gulp/bin/gulp.js build --production",
"buildWithoutImages": "node_modules/gulp/bin/gulp.js buildWithoutImages --production",
"clean": "node_modules/gulp/bin/gulp.js clean --production",
"netlify-dev": "node_modules/netlify-cli/bin/run.cmd --dir build-dev",
"netlify-prod": "node_modules/netlify-cli/bin/run.cmd --dir build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^4.3.1",
"gulp": "^4.0.0",
"gulp-tasks-pleasure": "0.0.12",
"include-media": "^1.4.9",
"jquery": "^3.3.1",
"modularscale-sass": "^3.0.8",
"prettier-plugin-twig-melody": "^0.4.6",
"typi": "^3.2.0"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"netlify-cli": "^2.20.2",
"sass-rem": "^2.0.1"
}
}