12
12
" netlify"
13
13
],
14
14
"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 " ,
17
17
"debug" : " set DEBUG=* & eleventy" ,
18
18
"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"
21
20
},
22
21
"dependencies" : {
23
22
"autoprefixer" : " 10.4.13" ,
24
23
"postcss" : " 8.4.21"
25
24
},
26
25
"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" ,
32
30
"cross-env" : " 7.0.3" ,
33
31
"cssnano" : " 5.1.15" ,
34
32
"html-minifier" : " 4.0.0" ,
39
37
"prismjs" : " 1.29.0" ,
40
38
"tailwindcss" : " 3.2.7"
41
39
}
42
- }
40
+ }
0 commit comments