-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
{
"name": "ai-nfts",
"description": "A platform that allows artists and AI algorithms to collaborate in the creation of unique NFT artworks. ",
"appName": "AI NFTs",
"appSubtitle": "",
"appMetaDescription": "",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run lint && npm run build",
"postinstall": "prisma generate"
},
"browser": {
"@prisma/client": false,
"prisma": false
},
"dependencies": {
"@mintbase-js/auth": "^0.4.1-beta.6-prerelease",
"@mintbase-js/data": "^0.4.1-beta.6-prerelease",
"@mintbase-js/react": "^0.4.1-beta.6-prerelease",
"@mintbase-js/sdk": "^0.4.1-beta.6-prerelease",
"@mintbase-js/storage": "^0.4.1-beta.6-prerelease",
"@near-wallet-selector/default-wallets": "^8.1.4",
"@near-wallet-selector/modal-ui": "^8.5.4",
"@prisma/client": "^4.10.1",
"@vercel/analytics": "^0.1.10",
"@vercel/og": "^0.1.0",
"big.js": "^6.2.1",
"copy-to-clipboard": "^3.3.3",
"isomorphic-unfetch": "^4.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.88.0",
"mintbase-ui": "^1.0.1",
"naughty-words": "^1.2.0",
"near-api-js": "^2.1.4",
"next": "^13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-query": "^3.39.3",
"react-sketch-canvas": "^6.2.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.13.0",
"replicate": "^0.18.0",
"upload-js-full": "^1.22.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"prisma": "^4.10.1",
"tailwindcss": "^3.1.8",
"tailwindcss-animate": "^1.0.5"
}
}