-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 904 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 904 Bytes
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
{
"name": "website",
"version": "1.0.0",
"description": "airyx.org website",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "npm run clean",
"build": "eleventy",
"dev": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airyxos/website.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/airyxos/website/issues"
},
"homepage": "https://github.com/airyxos/website#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-navigation": "^0.3.2",
"cssnano": "^5.0.8",
"date-fns": "^2.28.0",
"dotenv": "^10.0.0",
"postcss": "^8.3.8",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0"
},
"dependencies": {
"@11ty/eleventy-fetch": "^5.1.1",
"@11ty/eleventy-img": "^6.0.4",
"esbuild": "^0.27.2"
}
}