-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
42
43
44
45
46
{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"test": "./node_modules/karma/bin/karma start"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/amychurchwell/amychurchwell.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/amychurchwell/amychurchwell.com/issues"
},
"homepage": "https://github.com/amychurchwell/amychurchwell.com#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"dotenv": "^16.4.5",
"editorconfig": "^0.15.3",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "^3.1.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.2"
},
"dependencies": {
"@11ty/eleventy-fetch": "^3.0.0",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.1.3",
"markdown-it-bracketed-spans": "^1.0.1",
"needle": "^3.1.0",
"sass": "^1.51.0",
"sharp": "^0.33.5"
}
}