-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "@artbycity/dapp",
"author": "Jim Toth <jim@artby.city> (https://artby.city/jim)",
"license": "AGPL-3.0-only",
"homepage": "https://artby.city",
"scripts": {
"arlocal": "arlocal --hidelogs --persist --dbpath .db",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint ."
},
"devDependencies": {
"@ardrive/turbo-sdk": "^1.13.0",
"@nuxt/devtools": "latest",
"@types/lodash": "^4.14.198",
"@types/node": "^18.16.19",
"@types/qrcode": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"arlocal": "^1.1.61",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"nuxt": "^3.6.3",
"tsx": "^4.19.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vue-eslint-parser": "^9.3.1"
},
"dependencies": {
"@artbycity/sdk": "0.1.10",
"@google/model-viewer": "^3.3.0",
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
"arconnect": "^1.0.3",
"buffer": "^6.0.3",
"lodash": "^4.17.21",
"pinia": "^2.1.6",
"qrcode": "^1.5.3",
"sass": "^1.66.1",
"three": "^0.157.0",
"vuetify": "^3.3.14",
"warp-contracts": "1.4.36"
},
"overrides": {
"vue": "latest"
}
}