-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "homebank-converter",
"version": "0.17.0",
"description": "Convert an export bank file to compatible Homebank csv.",
"homepage": "https://github.com/Binnette/homebank-converter#readme",
"scripts": {
"start": "parcel ./*.html",
"predeploy": "rimraf -rf dist && parcel build ./*.html --public-url https://binnette.github.io/homebank-converter/",
"deploy": "gh-pages -d dist"
},
"author": "Binnette <[email protected]>",
"license": "MIT",
"staticFiles": {
"staticPath": "data",
"staticOutPath": "data"
},
"dependencies": {
"jquery": "^3.7.0",
"bootstrap": "^3.4.1",
"file-saver": "^2.0.5",
"moment": "^2.29.4",
"qunit": "^2.19.4"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3",
"eslint": "^8.40.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"gh-pages": "^5.0.0",
"mkdirp": "^3.0.1",
"parcel": "^2.8.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"process": "^0.11.10",
"rimraf": "^5.0.1"
}
}