Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 6164cbc

Browse files
authored
Upgrade packages (#14)
1 parent 8723e9c commit 6164cbc

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212
"netlify"
1313
],
1414
"scripts": {
15-
"start": "npm-run-all --parallel css eleventy browsersync",
16-
"eleventy": "eleventy --watch",
15+
"start": "npm-run-all --parallel css eleventy",
16+
"eleventy": "eleventy --serve",
1717
"debug": "set DEBUG=* & eleventy",
1818
"css": "postcss src/static/css/tailwind.css --o _site/static/css/style.css --watch",
19-
"build": "cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css",
20-
"browsersync": "browser-sync start --server _site --files _site --port 8080 --no-notify --no-open"
19+
"build": "cross-env NODE_ENV=production eleventy && cross-env NODE_ENV=production tailwindcss -i src/static/css/tailwind.css -o _site/static/css/style.css"
2120
},
2221
"dependencies": {
2322
"autoprefixer": "10.4.13",
2423
"postcss": "8.4.21"
2524
},
2625
"devDependencies": {
27-
"@11ty/eleventy": "1.0.2",
28-
"@11ty/eleventy-plugin-syntaxhighlight": "3.2.2",
29-
"@tailwindcss/typography": "^0.5.0",
30-
"alpinejs": "^3.7.1",
31-
"browser-sync": "2.27.11",
26+
"@11ty/eleventy": "2.0.0",
27+
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
28+
"@tailwindcss/typography": "^0.5.9",
29+
"alpinejs": "^3.11.1",
3230
"cross-env": "7.0.3",
3331
"cssnano": "5.1.15",
3432
"html-minifier": "4.0.0",
@@ -39,4 +37,4 @@
3937
"prismjs": "1.29.0",
4038
"tailwindcss": "3.2.7"
4139
}
42-
}
40+
}

0 commit comments

Comments
 (0)