-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.15 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
{
"name": "agenziavalcalepio.bg.it",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "npm i --save file:src/common/base",
"clean": "rm -rf ./.cache ./dist ./netlify ./node_modules netlify.toml ./src/common/base/node_modules ./src/assets/css/vendor ./src/static/assets/css ./src/static/assets/js",
"link": "npm link gulp gulp-rename gulp-download",
"gulp": "gulp",
"setup": "npm-run-all -s clean install link gulp",
"serve": "ELEVENTY_ENV=development npx @11ty/eleventy --serve",
"start": "npm-run-all -s setup -p serve",
"build": "npm run setup && ELEVENTY_ENV=production npx @11ty/eleventy",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"author": "Raffaella Rinaldi",
"license": "ISC",
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://[email protected]/raffaellarinaldi/agimmobiliarevalcalepio.git"
},
"bugs": {
"url": "https://github.com/raffaellarinaldi/agimmobiliarevalcalepio/issues"
},
"homepage": "https://github.com/raffaellarinaldi/agimmobiliarevalcalepio#readme",
"dependencies": {
"11tybase": "file:src/common/base"
}
}