generated from maxboeck/eleventastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
{
"name": "ajaykarwal",
"version": "1.0.0",
"description": "Personal website of Ajay Karwal",
"browserslist": [
"defaults"
],
"scripts": {
"start": "npm run dev",
"dev": "run-s clean eleventy:dev --print-label",
"build": "run-s clean eleventy:prod --print-label",
"eleventy:dev": "cross-env ELEVENTY_ENV=development eleventy --serve",
"eleventy:prod": "cross-env ELEVENTY_ENV=production eleventy",
"clean": "del-cli dist",
"test": "echo \"Error: no test specified\" && exiÍÍt 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ajaykarwal/ajaykarwal-v8"
},
"author": "Ajay Karwal <[email protected]>",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^0.8.3",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"browserslist": "^4.20.3",
"caniuse-lite": "^1.0.30001341",
"clean-css": "^5.1.2",
"critical": "^3.0.0",
"cssesc": "^3.0.0",
"del-cli": "^3.0.1",
"eleventy-plugin-svg-sprite": "^1.2.1",
"focus-trap": "^6.9.1",
"focus-visible": "^5.2.0",
"html-minifier": "^4.0.0",
"luxon": "^1.26.0",
"markdown-it": "^12.0.4",
"memfs": "^3.2.0",
"memory-fs": "^0.5.0",
"moment": "^2.29.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"sass": "^1.51.0",
"svg-sprite": "^1.5.0",
"webpack": "^5.28.0"
},
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.0",
"cross-env": "^7.0.3",
"fslightbox": "^3.2.3",
"stylelint": "^13.12.0",
"stylelint-config-standard": "^21.0.0"
}
}