-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
77 lines (77 loc) · 2.9 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
{
"private": true,
"scripts": {
"serve": "vite",
"serve-laravel": "vite -c vite.config.laravel.ts",
"vue-tsc": "vue-tsc",
"dev": "vite build --mode staging",
"dev-laravel": "vite build -c vite.config.laravel.ts --mode staging",
"prod": "vue-tsc && vite build",
"prod-laravel": "vue-tsc && vite build -c vite.config.laravel.ts",
"lint": "eslint ./resources/js --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore --cache",
"lint:fix": "eslint ./resources/js --ext.vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore --fix --cache",
"pretty:check": "prettier --check ./resources/js",
"pretty:fix": "prettier --write ./resources/js"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rushstack/eslint-patch": "^1.2.0",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.0",
"laravel-vite-plugin": "^0.7.8",
"postcss": "^8.4.24",
"process": "^0.11.10",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"vite": "^4.1.5"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@heroicons/vue": "^2.0.18",
"@polkadot/api": "^12.2.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.1",
"@polkadot/ui-shared": "^3.7.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@tailwindcss/forms": "^0.5.3",
"@talismn/connect-wallets": "^1.2.3",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-typescript": "^11.0.3",
"@vuepic/vue-datepicker": "^5.3.0",
"@vueuse/core": "^10.2.0",
"@walletconnect/modal-sign-html": "^2.6.2",
"@walletconnect/sign-client": "^2.10.6",
"@walletconnect/utils": "^2.10.6",
"@web3modal/html": "^2.7.0",
"@web3modal/standalone": "^2.4.3",
"dompurify": "^3.0.11",
"easymde": "^2.18.0",
"eslint-plugin-import": "^2.27.5",
"eventemitter3": "^5.0.0",
"lodash": "^4.17.21",
"marked": "^12.0.1",
"pinia": "^2.1.4",
"pinia-plugin-persistedstate": "^3.1.0",
"prettier": "^2.8.4",
"qrcode.vue": "^3.3.4",
"scale-ts": "^1.3.0",
"vee-validate": "^4.7.4",
"vite-plugin-dynamic-base": "^0.4.9",
"vite-plugin-dynamic-import": "^1.2.7",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.4.21",
"vue-loader": "^17.2.2",
"vue-recaptcha": "^2.0.2",
"vue-router": "^4.2.2",
"vue-tsc": "^1.8.25",
"vue3-popper": "^1.5.0",
"yup": "^1.0.2"
}
}