-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "Mintbase-Templates-Minsta",
"keywords": [
"templates",
"mintbase",
"web3",
"nextjs",
"react",
"selfie",
"minting"
],
"repository": "https://github.com/mintbase/minsta.git",
"homepage": "https;//templates.mintbase.xyz/minsta",
"author": "Mintbase Team <eng@mintbase.xyz>",
"version": "0.1.0",
"private": true,
"scripts": {
"build:css": "node generate-css.js",
"build": "pnpm run build:css && next build",
"dev:css": "node generate-css.js && next dev",
"dev": "pnpm run dev:css",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mintbase-js/react": "0.5.0-beta.2",
"@mintbase-js/storage": "0.5.0-beta.2",
"@near-wallet-selector/modal-ui": "^8.2.1",
"@tanstack/react-query": "^4.35.3",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"data-uri-to-buffer": "^5.0.1",
"dotenv": "^16.3.1",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^10.16.4",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"next": "13.4.13",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-inlinesvg": "^4.0.4",
"react-webcam": "^7.1.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/lodash": "^4.14.197"
}
}