-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.07 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.07 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
{
"name": "splitwizz",
"version": "0.1.0",
"description": "Split and share expenses",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build --mode production",
"serve": "vite preview",
"publish-image": "./build-docker.sh -p"
},
"license": "MIT",
"devDependencies": {
"solid-devtools": "^0.31.6",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@moliva/auth.ts": "github:moliva/auth.ts",
"@moliva/solid-multiselect": "github:moliva/solid-multiselect#1585366f2084be23b7bef785a3075885ab05b32a",
"@solidjs/router": "^0.15.2",
"deep-copy-ts": "^0.5.4",
"solid-fa": "^0.2.0",
"solid-js": "^1.9.3"
},
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
}