generated from yinkakun/eleventy-duo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.64 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
48
{
"name": "crane_blog",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"eleventy-plugin-reading-time": "^0.0.1",
"html-minifier": "^4.0.0",
"mini-css-extract-plugin": "^2.7.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.4",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-manifest-plugin": "^5.0.0"
},
"scripts": {
"dev": "run-p dev:*",
"start": "eleventy --serve",
"build": "run-s clean build:assets build:site",
"dev:assets": "env ELEVENTY_ENV=development webpack --mode production --watch",
"dev:site": "env ELEVENTY_ENV=development eleventy --serve",
"build:assets": "webpack --mode production",
"build:site": "env ELEVENTY_ENV=production eleventy",
"pretty": "prettier --write --list-different .",
"clean": "rm -rf ./public"
},
"dependencies": {
"remove": "^0.1.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}