generated from CodeStitchOfficial/Intermediate-Website-Kit-LESS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.53 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
39
40
41
{
"name": "starter-kit-v4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:less": "less-watch-compiler --run-once ./src/assets/less ./src/assets/css",
"watch:less": "less-watch-compiler ./src/assets/less ./src/assets/css",
"watch:eleventy": "cross-env ELEVENTY_ENV=DEV eleventy --serve",
"build:eleventy": "cross-env ELEVENTY_ENV=PROD eleventy",
"watch:cms": "npx decap-server",
"start": "del-cli ./public --force && npm-run-all --parallel watch:*",
"build": "run-s build:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeStitchOfficial/Intermediate-Website-Kit-LESS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeStitchOfficial/Intermediate-Website-Kit-LESS/issues"
},
"homepage": "https://github.com/CodeStitchOfficial/Intermediate-Website-Kit-LESS#readme",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@codestitchofficial/eleventy-plugin-sharp-images": "^1.0.7",
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
"cross-env": "^7.0.3",
"decap-server": "^3.0.1",
"del-cli": "^5.0.0",
"esbuild": "^0.21.4",
"less": "^4.1.3",
"less-watch-compiler": "^1.16.3",
"netlify-plugin-cache": "^1.0.3",
"npm-run-all": "^4.1.5"
}
}