-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.7 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
57
58
59
60
61
{
"name": "boid-admin-ui",
"version": "0.0.1",
"description": "Admin Portal for Boid",
"productName": "Boid Admin UI",
"author": "[email protected] <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.16.8",
"@trpc/client": "^10.44.1",
"@types/lodash": "^4.14.202",
"@types/lodash.isequal": "^4.5.8",
"@wharfkit/contract": "^1.1.5",
"@wharfkit/session": "^1.3.1",
"@wharfkit/signing-request": "^3.2.0",
"@wharfkit/wallet-plugin-anchor": "^1.3.5",
"@wharfkit/web-renderer": "^1.2.5",
"buffer": "^6.0.3",
"echarts": "^5.5.0",
"lodash": "^4.17.21",
"pinia": "^2.0.11",
"quasar": "^2.14.1",
"tslib": "^2.1.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0",
"vue3-apexcharts": "^1.4.4"
},
"resolutions": {
"@wharfkit/antelope": "^1.0.7"
},
"devDependencies": {
"@quasar/app-vite": "^1.7.1",
"@trpc/server": "^10.9.0",
"@types/ms": "^0.7.31",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.0.0",
"typescript": "^5.2.2",
"vite-plugin-rewrite-all": "^1.0.2",
"vite-tsconfig-paths": "^4.2.2",
"vue-tsc": "^1.8.22",
"webpack": "^5.89.0"
},
"engines": {
"node": "^20 || ^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}