-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 868 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 868 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
27
28
29
{
"name": "sf-project-hub-template",
"version": "1.0.0",
"description": "Project Hub",
"scripts": {
"arcade": "node bin/arcade.js",
"styles": "sass assets/scss:assets/css && node bin/arcade.js",
"serve": "jekyll serve --port 4001",
"watch": "npm run styles & npm run serve",
"build": "sass assets/scss:assets/css --style=compressed && node bin/arcade.js && jekyll build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperFriendly/sf-project-hub-template.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperFriendly/sf-project-hub-template/issues"
},
"homepage": "https://github.com/SuperFriendly/sf-project-hub-template#readme",
"dependencies": {
"jekyll": "^3.0.0-beta1",
"sass": "^1.49.9"
},
"devDependencies": {
"node-fetch": "^2.6.7"
}
}