-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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": "magaliechetrit.com",
"version": "2.0.0",
"description": "Portfolio for Magaliechetrit",
"main": ".eleventy.js",
"scripts": {
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BluePraise/magaliechetrit.com.git"
},
"keywords": [],
"author": {
"name": "Magalie Chetrit",
"email": "email@magaliechetrit.com",
"url": "https://magaliechetrit.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BluePraise/magaliechetrit.com/issues"
},
"homepage": "https://github.com/BluePraise/magaliechetrit.com#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"eleventy-plugin-rev": "^1.1.1"
},
"dependencies": {
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.8",
"common-tags": "^1.8.2"
}
}