forked from Ansett/drbt-profits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "drbt-profits",
"version": "0.1.0",
"private": true,
"type": "module",
"author": {
"name": "Ansett",
"email": "[email protected]"
},
"scripts": {
"dev": "vite --host",
"build-s": "run-p ts \"build-only {@}\" --",
"build": "vite build",
"start": "yarn vite preview --port 8080 --strictPort --host",
"ts": "vue-tsc --build --force",
"postinstall": "patch-package",
"buys": "node fetchAllMyBuys.js"
},
"dependencies": {
"@bugsnag/js": "^7.22.3",
"@bugsnag/plugin-vue": "^7.22.3",
"idb": "^8.0.0",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^3.43.0",
"read-excel-file": "^5.7.1",
"vue": "^3.3.10",
"vue-data-ui": "^2.0.86",
"write-excel-file": "^1.4.30"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.19.2",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/tsconfig": "^0.4.0",
"alchemy-sdk": "^3.2.1",
"dotenv": "^16.4.1",
"npm-run-all2": "^6.1.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"typescript": "~5.2.0",
"vite": "^5.0.7",
"vue-tsc": "^1.8.25"
}
}