-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
79 lines (79 loc) · 2.41 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"dependencies": {
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "0.27.1",
"@cosmjs/stargate": "0.27.1",
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@headlessui/tailwindcss": "^0.2.0",
"@headlessui/vue": "^1.7.19",
"@ignt/vue-library": "^0.6.1",
"@kyvg/vue3-notification": "^3.2.0",
"@stoplight/json-ref-resolver": "^3.1.6",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/vue-query": "^5.24.2",
"@typescript-eslint/parser": "^6.21.0",
"@vueuse/core": "^10.6.1",
"axios": "0.21.4",
"bignumber.js": "^9.1.2",
"crypto-js": "^4.2.0",
"decentralcardgame-cardchain-client-ts": "^0.0.29",
"discord-oauth2": "^2.12.1",
"long": "^5.2.3",
"merge-images": "^2.0.0",
"pinia": "^2.1.7",
"process": "^0.11.10",
"qrcode": "^1.5.3",
"ramda": "^0.29.1",
"vue": "^3.4.21",
"vue-advanced-cropper": "^2.8.8",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.12.70",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node20": "^20.1.2",
"@types/crypto-js": "^4.2.2",
"@types/events": "^3.0.3",
"@types/jsdom": "^21.1.6",
"@types/merge-images": "^1.2.4",
"@types/node": "^20.11.24",
"@types/qrcode": "^1.5.5",
"@types/ramda": "^0.29.10",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"events": "^3.3.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vue-tsc": "^2.0.2"
},
"name": "@decentralcardgame/frontend",
"scripts": {
"build": "run-p type-check && vite build",
"build:dev": "run-p type-check && vite --mode development build",
"dev": "vite",
"local": "vite --mode localhost",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"postinstall": "node postinstall.js",
"prepare": "node prepare.js",
"preview": "vite preview --port 4173",
"type-check": "vue-tsc --noEmit"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=19.0.0"
},
"private": true,
"version": "0.4.3"
}