-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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": "the-zeitgeist",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts": "tsc --noEmit --incremental --preserveWatchOutput --pretty --watch",
"format": "prettier --write '{components,lib,pages}/**/*.{json,md,css,js,jsx,ts,tsx}'",
"compile": "npx hardhat compile && cp artifacts/contracts/Zeitgeist.sol/Zeitgeist.json ./public/artifacts/Zeitgeist.json"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@mantine/core": "^4.2.12",
"@mantine/dates": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/next": "^4.2.12",
"@next-auth/mongodb-adapter": "^1.0.4",
"@openzeppelin/contracts": "^4.7.1",
"@pinata/sdk": "^1.1.26",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"dayjs": "^1.11.4",
"dotenv": "^16.0.1",
"emoji-strip": "^1.0.1",
"google-trends-api": "^4.9.2",
"mongodb": "^4.7.0",
"nanoid": "^4.0.0",
"newsapi": "^2.4.1",
"next": "12.2.2",
"next-auth": "^4.10.2",
"next-seo": "^5.5.0",
"openai": "^3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"ts-node": "^10.8.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"chai": "^4.2.0",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"hardhat": "^2.7.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.5",
"typescript": "4.7.4"
}
}