generated from CodeStitchOfficial/Intermediate-Website-Kit-SASS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "starter-kit-v4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"build:sass": "sass --style=compressed src/assets/sass:./public/css",
"watch:sass": "sass --watch src/assets/sass:./public/css",
"watch:cms": "npx netlify-cms-proxy-server",
"start": "del-cli ./public --force && npm-run-all --parallel watch:*",
"build": "npm-run-all --parallel build:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OakHarbor/Starter-Kit-v4-Eleventy-.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OakHarbor/Starter-Kit-v4-Eleventy-/issues"
},
"homepage": "https://github.com/OakHarbor/Starter-Kit-v4-Eleventy-#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5"
},
"dependencies": {
"del-cli": "^5.0.0",
"netlify-cms-proxy-server": "^1.3.24",
"npm-run-all": "^4.1.5",
"sass": "^1.63.3"
}
}