-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.4 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
40
41
42
43
44
45
46
47
{
"name": "zastrow.eleventy",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "run-s eleventy styles js",
"start": "run-p eleventy:dev styles js:dev watch",
"eleventy": "eleventy",
"eleventy:dev": "eleventy --watch --serve --quiet",
"js": "webpack --progress --config=webpack.prod.js --mode production",
"js:dev": "webpack --config=webpack.dev.js --mode development",
"styles": "sass src/styles/style.scss:dist/style.css",
"poststyles": "postcss dist/style.css --replace",
"watch": "node task.watch.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@extractus/feed-extractor": "^7.0.8",
"airtable": "^0.12.2",
"autoprefixer": "^10.4.16",
"chokidar": "^3.5.3",
"decap-cms-app": "^3.0.12",
"dotenv": "^16.3.1",
"eleventy-plugin-og-image": "^2.1.1",
"eleventy-xml-plugin": "^0.1.0",
"fast-glob": "^3.3.2",
"html-entities": "^2.4.0",
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"open-props": "^1.6.16",
"postcss-cli": "^10.1.0",
"postcss-color-converter": "^1.1.0",
"postcss-custom-media": "^10.0.2",
"postcss-jit-props": "^1.0.14",
"sass": "^1.69.7",
"shelljs": "^0.8.5",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"defaults"
]
}