forked from 4P-project/app.the4thpillar.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 KB
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@fontsource-variable/inter": "^5.0.15",
"@fontsource-variable/karla": "^5.0.18",
"@nuxt/image": "^1.0.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.9.5",
"@shuriken-ui/nuxt": "^1.8.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.9.2",
"@types/splitpanes": "^2.2.5",
"@use-wagmi/nuxt": "^1.1.8",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"nuxt": "^3.8.1",
"nuxt-icon": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"typescript": "^5.2.2"
},
"dependencies": {
"@4thtech-sdk/encryption": "^0.2.2",
"@4thtech-sdk/encryptor": "^0.2.2",
"@4thtech-sdk/ethereum": "^0.3.4",
"@4thtech-sdk/storage": "^0.3.2",
"@4thtech-sdk/types": "^0.3.2",
"@4thtech-sdk/utils": "^0.0.1",
"@headlessui/vue": "^1.7.16",
"@vee-validate/zod": "^4.11.8",
"@vueuse/components": "^10.6.1",
"@vueuse/core": "^10.6.1",
"file-saver": "^2.0.5",
"splitpanes": "^3.1.5",
"use-wagmi": "^0.4.6",
"vee-validate": "^4.11.8",
"viem": "^1.19.4",
"vue-toastification": "^2.0.0-rc.5",
"zod": "^3.22.4"
}
}