1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 11:35:00 +01:00

Adds docs

This commit is contained in:
Amir
2019-05-17 11:01:08 -07:00
parent 0cd617d1ea
commit 7a33417e45
12 changed files with 11982 additions and 0 deletions

21
docs-src/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
},
"scripts": {
"build": "npx parcel build -d ../docs index.html",
"dev": "npx parcel index.html"
},
"author": "",
"license": "ISC"
}