This repository was archived by the owner on Dec 1, 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
49 lines (49 loc) · 1.4 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "codeforscience.org",
"version": "4.0.0",
"description": "An Eleventy site. With data from ghost and netlify cms.",
"author": "Code for Science and Society",
"license": "MIT",
"scripts": {
"start": "npm run dev",
"dev": "cross-env ELEVENTY_ENV=dev eleventy --serve",
"build": "cross-env ELEVENTY_ENV=production eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforscience/codeforscience.org"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-img": "^0.9.0",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@tryghost/content-api": "^1.5.12",
"airtable": "^0.11.1",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"cssnano": "^5.0.7",
"csso": "^4.1.1",
"dotenv": "^10.0.0",
"eleventy-plugin-lazyimages": "^2.1.0",
"eleventy-plugin-local-images": "^0.4.1",
"html-minifier": "^4.0.0",
"lazysizes": "^5.2.2",
"luxon": "^2.0.2",
"postcss": "^8.3.6",
"postcss-color-mix": "^1.1.0",
"postcss-comment": "^2.0.0",
"postcss-import": "^14.0.2",
"postcss-mixins": "^8.1.0",
"postcss-simple-vars": "^6.0.1",
"postcss-utilities": "^0.8.0",
"precss": "^4.0.0",
"purgecss": "^4.0.3",
"tachyons": "^4.12.0",
"terser": "^5.7.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"cross-env": "^7.0.2"
}
}