-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.95 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
63
64
65
66
67
68
69
{
"name": "afnizarnur",
"version": "1.0.0",
"description": "Afnizar Nur Ghifari",
"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\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/afnizarnur/afnizarnur.com"
},
"author": "Afnizar Nur Ghifari",
"license": "MIT",
"dependencies": {
"@11ty/eleventy-img": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@babel/plugin-transform-runtime": "^7.16.4",
"axios": "^1.4.0",
"babel-loader": "^8.2.3",
"cheerio": "^1.0.0-rc.12",
"clean-css": "^5.2.2",
"critical": "^5.1.1",
"cssesc": "^3.0.0",
"del-cli": "^4.0.1",
"dotenv": "^16.1.4",
"eleventy-plugin-embed-everything": "^1.18.2",
"eleventy-plugin-svg-sprite": "^1.2.2",
"focus-trap": "^6.9.4",
"focus-visible": "^5.2.0",
"gsap": "^3.9.1",
"html-minifier": "^4.0.0",
"imagesloaded": "^4.1.4",
"lodash": "^4.17.21",
"luxon": "^2.1.1",
"markdown-it": "^12.2.0",
"markdown-it-footnote": "^4.0.0",
"memfs": "^3.4.0",
"netlify-cli": "^17.23.1",
"node-fetch": "^3.3.1",
"node-sass": "npm:sass@^1.67.0",
"npm-run-all": "^4.1.5",
"split-type": "^0.3.3",
"splitting": "^1.0.6",
"svg-sprite": "^1.2.19",
"webpack": "^5.64.4"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"cross-env": "^7.0.3",
"dotenv-webpack": "^8.0.1",
"eleventy-plugin-page-assets": "github:maxboeck/eleventy-plugin-page-assets",
"plur": "^5.1.0",
"prettier": "^2.8.8"
}
}