-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.32 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": "wax-oig",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@kyvg/vue3-notification": "^3.0.2",
"@notionhq/client": "^2.2.13",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@wharfkit/antelope": "^0.7.3",
"@wharfkit/session": "^1.0.0",
"@wharfkit/wallet-plugin-anchor": "^1.0.4",
"@wharfkit/wallet-plugin-cloudwallet": "^1.0.0",
"@wharfkit/wallet-plugin-wombat": "^1.0.3",
"@wharfkit/web-renderer": "^1.0.3",
"axios": "^1.5.1",
"inter-ui": "^3.19.3",
"moment": "^2.29.4",
"tailwindcss": "^3.3.3",
"vue": "^3.3.4",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.17.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"vite": "^4.4.11"
}
}