2
0
mirror of https://github.com/frappe/books.git synced 2024-11-12 16:36:27 +00:00

update build

This commit is contained in:
Rushabh Mehta 2018-02-14 18:23:40 +05:30
parent 830342cfa6
commit 70fbf53252
5 changed files with 10846 additions and 7626 deletions

1117
dist/css/style.css vendored

File diff suppressed because it is too large Load Diff

17333
dist/js/bundle.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,11 @@
"keywordFields": [],
"settings": "Invoice Settings",
"fields": [
{
"fieldname": "date",
"label": "Date",
"fieldtype": "Date"
},
{
"fieldname": "customer",
"label": "Customer",

View File

@ -7,14 +7,15 @@
"awesomplete": "^1.1.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"clusterize.js": "^0.18.0",
"express": "^4.16.2",
"flatpickr": "^4.3.2",
"jquery": "^3.3.1",
"node-fetch": "^1.7.3",
"popper.js": "^1.12.9",
"sortablejs": "^1.7.0",
"sqlite3": "^3.1.13",
"walk": "^2.3.9",
"clusterize.js": "^0.18.0",
"sortablejs": "^1.7.0"
"walk": "^2.3.9"
},
"devDependencies": {
"autoprefixer": "^7.2.4",
@ -24,11 +25,11 @@
"nodemon": "^1.14.7",
"precss": "^2.0.0",
"rollup": "^0.55.1",
"rollup-plugin-postcss": "^1.2.7",
"rollup-plugin-sass": "^0.5.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.2"
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-postcss": "^1.2.7",
"rollup-plugin-sass": "^0.5.3"
}
}

View File

@ -1483,6 +1483,10 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2"
write "^0.2.1"
flatpickr@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-4.3.2.tgz#6a477043c075ef36c3ff54fadb49b936a64d635f"
flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"