1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00
Files
dozzle/docs-src/package.json
2019-05-17 18:46:54 -07:00

24 lines
511 B
JSON

{
"name": "dozzle-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bulma": "^0.7.4",
"parcel-bundler": "^1.12.3",
"sass": "^1.20.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"autoprefixer": "^9.5.1",
"del-cli": "^1.1.0"
},
"scripts": {
"prebuild": "npx del -f '../docs/*' !'../docs/CNAME'",
"build": "npx parcel build -d ../docs index.html",
"dev": "npx parcel index.html"
},
"author": "",
"license": "ISC"
}