-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single --no-clear --quiet -p 3004",
"start-dev": "sirv public --single -p 3003",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@tsconfig/svelte": "^5.0.8",
"@types/qrcode": "^1.5.6",
"rollup": "^4.59.0",
"rollup-plugin-css-only": "^4.5.5",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.3",
"sirv-cli": "^3.0.1",
"svelte": "^5.53.6",
"svelte-check": "^4.4.4",
"svelte-preprocess": "^6.0.3",
"tinro": "^0.6.12",
"tslib": "^2.6.2",
"typescript": "^5.9.3"
},
"dependencies": {
"chart.js": "^4.5.1",
"html5-qrcode": "^2.3.8",
"qrcode": "^1.5.4"
}
}