forked from Dig-A-Hash/vuetify-nft-gallery-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "pour-house-ts",
"private": true,
"type": "module",
"license": "ISC",
"author": "Kid Sysco @ Dig-A-Hash",
"version": "1.3.1",
"description": "This is a demo of how to display NFTs by implementing the vue-evm-nft package with Vuetify and Vue using TypeScript.",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "npx @biomejs/biome check",
"lint-fix": "npx @biomejs/biome check --write"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@unhead/vue": "^1.11.14",
"core-js": "^3.37.1",
"ethers": "^6.13.4",
"roboto-fontface": "*",
"vue": "^3.5.13",
"vue-evm-nft": "^1.4.1",
"vue-gtag": "^2.0.1",
"vuetify": "^3.7.15"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^7.0.1",
"pinia": "^3.0.0",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"typescript": "~5.6.3",
"unplugin-auto-import": "^0.19.0",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"unplugin-vue-router": "^0.10.0",
"vite": "^6.2.0",
"vite-plugin-vuetify": "^2.1.0",
"vue-router": "^4.5.0",
"vue-tsc": "^2.1.10"
}
}