-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 726 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 726 Bytes
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
{
"name": "y",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "bundle exec jekyll build",
"compile": "npx gulp compile --quiet-deps",
"prettier": "npx prettier . --write",
"serve": "bundle exec jekyll serve",
"start": "concurrently 'bundle exec jekyll serve --drafts --future --livereload --incremental --host=localhost' 'npx gulp watch --quiet-deps'",
"watch": "npx gulp watch --quiet-deps"
},
"devDependencies": {
"concurrently": "9.1.2",
"esm": "3.2.25",
"gulp": "5.0.0",
"gulp-sass": "6.0.0",
"modern-normalize": "3.0.1",
"prettier": "3.5.2",
"sass": "1.85.1"
},
"author": "",
"license": "ISC"
}