1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

add chokidar and npm start

This commit is contained in:
Jordan Scales
2020-04-25 19:47:53 -04:00
parent a302f52636
commit 9b4cb16669
5 changed files with 249 additions and 9 deletions

View File

@@ -25,6 +25,7 @@
},
"homepage": "https://github.com/jdan/98.css#readme",
"devDependencies": {
"chokidar": "^3.3.1",
"cssnano": "^4.1.10",
"dedent": "^0.7.0",
"ejs": "^3.0.2",
@@ -36,7 +37,8 @@
"postcss-copy": "^7.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-inline": "^1.2.0",
"postcss-inline-svg": "^4.1.0"
"postcss-inline-svg": "^4.1.0",
"serve-handler": "^6.1.2"
},
"dependencies": {}
}