-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"blog": "NODE_ENV=production npx @11ty/eleventy",
"dev": "npx webpack --watch --config webpack.config.js",
"start": "DEBUG=Eleventy* npm run dev & npx @11ty/eleventy --serve",
"assets": "NODE_ENV=production npx webpack --stats-error-details --config webpack.config.js",
"ci": "npm run assets && npm run blog"
},
"author": "Paul O",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@11ty/eleventy-plugin-vue": "^0.7.3",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@eslint/js": "^9.8.0",
"@primer/css": "^20.2.3",
"@primer/octicons": "^17.3.0",
"babel": "^6.23.0",
"babel-loader": "^8.3.0",
"css-loader": "^6.11.0",
"eslint": "^9.8.0",
"globals": "^15.9.0",
"loader-utils": "^3.3.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.3.4",
"postcss-logical": "^5.0.4",
"postcss-scss": "^4.0.9",
"sass": "^1.52.3",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.4",
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"nunjucks": "^3.2.4"
}
}