-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "HWCLondonEleventy",
"version": "1.1.0",
"description": "Homebrew Website Club London website",
"author": "Calum Ryan",
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=dev eleventy --serve",
"build": "cross-env ELEVENTY_ENV=prod eleventy",
"seed": "cross-env ELEVENTY_ENV=seed eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/hwclondon/hwclondon.github.io"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"autoprefixer": "^10.4.18",
"axios": "^1.6.8",
"cssnano": "^6.1.0",
"dotenv": "^16.4.5",
"html-minifier": "^4.0.0",
"luxon": "^3.4.4",
"postcss": "^8.4.35",
"postcss-color-mix": "^1.1.0",
"postcss-comment": "^2.0.0",
"postcss-import": "^16.0.1",
"postcss-mixins": "^10.0.0",
"postcss-simple-vars": "^7.0.1",
"precss": "^4.0.0",
"uglify-js": "^3.17.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"cross-env": "7.0.3"
}
}