add chokidar and npm start
This commit is contained in:
parent
a302f52636
commit
9b4cb16669
5 changed files with 249 additions and 9 deletions
|
|
@ -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": {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue