-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.06 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "aposto-app",
"version": "1.0.0",
"description": "Aposto is a free, light, easy-to-use and open-source billing software dedicated to Swiss therapist. It allows generating invoices in compliance with new standard Tarif 590 and QR-invoice in a few seconds. app.aposto.ch",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public",
"test": "npx mocha -r esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etceterra/aposto-app.git"
},
"author": "mlbiche",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/etceterra/aposto-app/issues"
},
"homepage": "https://github.com/etceterra/aposto-app#readme",
"devDependencies": {
"@material/button": "^6.0.0",
"@material/card": "^6.0.0",
"@material/checkbox": "^6.0.0",
"@material/chips": "^6.0.0",
"@material/dialog": "^6.0.0",
"@material/drawer": "^6.0.0",
"@material/fab": "^6.0.0",
"@material/form-field": "^6.0.0",
"@material/icon-button": "^6.0.0",
"@material/linear-progress": "^6.0.0",
"@material/select": "^6.0.0",
"@material/snackbar": "^6.0.0",
"@material/switch": "^6.0.0",
"@material/textfield": "^6.0.0",
"@material/theme": "^6.0.0",
"@material/top-app-bar": "^6.0.0",
"@material/typography": "^6.0.0",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-replace": "^2.3.3",
"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-svelte3": "^2.7.3",
"esm": "^3.2.25",
"mocha": "^8.0.1",
"postcss": "^7.0.32",
"rollup": "^2.17.1",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^6.1.0",
"sass": "^1.26.8",
"svelte": "^3.23.2",
"svelte-preprocess": "^3.9.8"
},
"dependencies": {
"big-integer": "^1.6.48",
"sirv-cli": "^1.0.1"
}
}