This repository was archived by the owner on May 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.4 KB
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
{
"name": "elixir",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@capacitor/cli": "^3.4.3",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^2.0.0",
"autoprefixer": "^9.8.8",
"cross-env": "^7.0.3",
"mdi-svelte": "^1.1.2",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-loading-spinners": "^0.1.7",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@capacitor/android": "^3.4.3",
"@capacitor/core": "^3.4.3",
"@capacitor/storage": "^1.2.3",
"@creativebulma/bulma-divider": "^1.1.0",
"@mdi/js": "^6.5.95",
"@ungap/structured-clone": "^0.3.4",
"bulma": "^0.9.3",
"bulma-list": "^1.2.0",
"bulma-timeline": "^3.0.5",
"bulma-toast": "^2.4.1",
"jwt-decode": "^3.1.2",
"marked": "^4.0.14",
"qrcode": "^1.5.0",
"sirv-cli": "^2.0.0",
"svelte-spa-router": "^3.2.0",
"svelte-star-rating": "^1.3.2"
}
}