forked from Custos-Diretriz/Custos-Dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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": "custos-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@avnu/gasless-sdk": "^0.1.6",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.1.7",
"dotenv": "^16.4.5",
"ethers": "^6.13.2",
"framer-motion": "^11.5.4",
"get-starknet": "^3.3.3",
"graphql": "^16.8.1",
"gsap": "^3.12.5",
"html-react-parser": "^5.1.16",
"mammoth": "^1.8.0",
"next": "14.2.3",
"nft.storage": "^7.1.1",
"pino-pretty": "^11.0.0",
"punycode": "^2.3.1",
"qs": "^6.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-signature-canvas": "^1.0.6",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"starknet": "6.9.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-border-gradient-radius": "^3.0.1",
"urql": "^4.0.7",
"uuid": "^10.0.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}