mac4nick/static/package.json
2020-08-22 10:52:54 +02:00

18 lines
465 B
JSON

{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css-build": "node-sass --omit-source-map-url --output-style compressed sass/style.scss css/style.css",
"css-watch": "npm run css-build -- --watch",
"start": "npm run css-watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bulma": "^0.9.0",
"node-sass": "^4.14.1"
}
}