forked from ravynsoft/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 850 Bytes
/
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
{
"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-cache-assets": "^2.3.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",
"twitter": "^1.7.1"
}
}