This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
62
{
"name": "@runcitadel/dashboard",
"version": "0.3.25",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"tsc:check": "tsc -p tsconfig.json --noEmit",
"lint": "eslint --fix src/**/*.{ts,vue}",
"lint:check": "eslint src/**/*.{ts,vue}",
"format": "prettier --write '**/*.{ts,vue,json,scss,css,md}' '!package.json|yarn*|node_modules|build|coverage'",
"postinstall": "husky install"
},
"dependencies": {
"@aarondewes/vue-slider-component": "^3.2.16",
"@bitcoin-design/bitcoin-icons-vue": "^0.1.9",
"@runcitadel/sdk": "^0.5.2",
"@vue/compat": "^3.2.31",
"bignumber.js": "^9.0.2",
"bootstrap": "^5.1.3",
"bootstrap-vue": "https://github.com/bootstrap-vue/bootstrap-vue.git#vue3-compat-build",
"bootstrap-vue-upstream": "npm:bootstrap-vue@2.22.0",
"buffer": "^6.0.3",
"countup.js": "^2.1.0",
"date-fns": "^2.28.0",
"fuse.js": "^6.6.2",
"pinia": "^2.0.11",
"qrcode.vue": "^3.3.3",
"typescript": "^4.6.2",
"vue": "^3.2.31",
"vue-confetti": "^2.3.0",
"vue-i18n": "^v9.2.0-beta.36",
"vue-router": "^4.0.13",
"vue-toastification": "next"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-vue": "^2.2.4",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"husky": "^7.0.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"vite": "^2.8.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"packageManager": "yarn@3.2.0",
"resolutions": {
"portal-vue": "^3.0.0-beta.0"
}
}