-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.77 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
{
"name": "healthrecord",
"private": true,
"version": "0.4.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate-pwa-icon": "pwa-asset-generator public/healthrecord.svg public/assets/ -b \"rgb(229, 231, 235)\" -o false -c -i ./index.html -v /assets -m ./public/manifest.webmanifest",
"generate-pwa-splash": "pwa-asset-generator public/healthrecord.svg public/assets/ -b \"rgb(229, 231, 235)\" -o false -p -i ./index.html -v /assets \"32%\" -h -r",
"generate-pwa-assets": "npm run generate-pwa-icon && npm run generate-pwa-splash"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@syncedstore/core": "^0.6.0-alpha.0",
"@tailwindcss/forms": "^0.5.6",
"buffer": "^6.0.3",
"chart.js": "^4.4.0",
"chartjs-adapter-dayjs-4": "^1.0.4",
"chartjs-plugin-annotation": "^3.0.1",
"dayjs": "^1.11.9",
"file-saver": "^2.0.5",
"number-to-words": "^1.2.4",
"pluralize": "^8.0.0",
"vue": "^3.3.4",
"vue-chartjs": "^5.2.0",
"vue-router": "^4.2.4",
"y-indexeddb": "^9.0.11",
"y-localforage": "^0.1.1",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.8"
},
"devDependencies": {
"@types/file-saver": "^2.0.6",
"@types/number-to-words": "^1.2.2",
"@types/pluralize": "^0.0.32",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/cli-plugin-router": "~5.0.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.16.5",
"vue-tsc": "^1.8.20"
},
"prettier": {
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid",
"bracketSameLine": true,
"htmlWhitespaceSensitivity": "ignore"
}
}