-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.79 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "matthewtole.com",
"version": "2.0.0",
"description": "The website of Matthew Tole",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve",
"favicon": "node scripts/favicon.js",
"eslint": "eslint .",
"prettier": "prettier {src,plugins,scripts}/**/*.js ./*.js --check",
"prettier:fix": "prettier {src,plugins,scripts}/**/*.js ./*.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewtole/matthewtole.git"
},
"keywords": [
"eleventy",
"tailwind"
],
"author": "Matthew Tole <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewtole/matthewtole/issues"
},
"homepage": "https://github.com/matthewtole/matthewtole#readme",
"devDependencies": {
"dotenv": "^8.6.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"favicons": "^6.2.2",
"prettier": "^2.5.1",
"sharp": "^0.29.3",
"tailwindcss-debug-screens": "^0.1.0",
"tinify": "^1.6.1"
},
"engines": {
"node": "^12"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-img": "^0.2.5",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@tkh/tailwind-plugin-aspect-ratio": "^3.0.0",
"babel-preset-minify": "^0.5.1",
"cssnano": "^4.1.11",
"date-fns": "^2.28.0",
"eleventy-plugin-svg-contents": "^0.5.1",
"get-image-colors": "^2.0.1",
"highlight.js": "^10.7.3",
"nord-highlightjs": "^0.1.0",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.9.6"
}
}