-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 943 Bytes
/
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
{
"name": "finalscalculator",
"private": true,
"version": "23.12",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"firebase-hosting-build": "yarn && yarn build",
"update": "yarn upgrade && ncu -u && yarn",
"build:android": "cd android && bubblewrap build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "yarn build && firebase deploy --only hosting"
},
"devDependencies": {
"@bubblewrap/cli": "^1.22.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"jsdom": "^24.1.1",
"npm-check-updates": "^17.0.6",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"vite": "^5.4.0"
},
"dependencies": {
"carbon-components-svelte": "^0.85.1",
"firebase": "^10.12.5",
"hyunseung-svelte-google-analytics": "^2.6.4",
"svelte-meta-tags": "^3.1.2"
}
}