-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 963 Bytes
/
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
{
"scripts": {
"serve": "export NODE_ENV=development; concurrently --names \"eleventy,webpack\" --kill-others \"eleventy --serve\" \"watch 'webpack' ./src\"",
"build": "export NODE_ENV=production; eleventy && webpack"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"tailwindcss": "^3.2.7",
"toml": "^3.0.0",
"watch": "^1.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@lyrasearch/lyra": "^0.4.9"
}
}