This repository was archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.38 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.38 KB
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
70
71
72
73
74
75
{
"name": "antaresprogramming",
"version": "1.0.0",
"description": "The official website of Antares Programming",
"main": "index.js",
"scripts": {
"👩💻": "cross-env ELEVENTY_ENV=development eleventy --serve",
"🚀": "cross-env ELEVENTY_ENV=production eleventy",
"dev": "run-s 👩💻",
"build": "run-s 🚀",
"production": "npm run build",
"start": "npm run dev",
"update": "npx browserslist@latest --update-db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manicadamantium/antaresprogramming.git"
},
"author": "Francis Rubio <francis@antaresph.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/manicadamantium/antaresprogramming/issues"
},
"homepage": "https://github.com/manicadamantium/antaresprogramming#readme",
"dependencies": {
"@11ty/eleventy-img": "^1.0.0",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.5",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"@sendgrid/mail": "^7.6.0",
"autoprefixer": "^10.4.0",
"babel-loader": "^8.2.3",
"clean-css": "^5.2.4",
"cross-env": "^7.0.3",
"cssnano": "^5.0.12",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"eleventy-google-fonts": "^0.0.5",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eleventy-plugin-purgecss": "^0.2.0",
"eleventy-plugin-reading-time": "^0.0.1",
"eleventy-plugin-responsive-images": "^0.0.5",
"esbuild": "^0.14.3",
"feather-icons": "^4.28.0",
"gsap": "^3.9.1",
"jsdom": "^19.0.0",
"markdown-it": "^12.3.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.4.1",
"markdown-it-attrs": "^4.1.3",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"memfs": "^3.4.0",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"purgecss": "^4.1.3",
"ramda": "^0.28.0",
"random-simple": "^2.0.0",
"sass": "^1.45.0",
"slug": "^5.2.0",
"uuid": "^8.3.2",
"webpack": "^5.65.0"
},
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@sardine/eleventy-plugin-tinycss": "^2.0.0",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"@sardine/eleventy-plugin-tinysvg": "^1.2.0"
}
}