-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.87 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.87 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "welding",
"version": "0.1.0",
"private": true,
"scripts": {
"test-contracts": "npx hardhat test ./contracts/tests/**/*",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.23.2",
"@editorjs/embed": "^2.5.1",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.4.0",
"@editorjs/list": "^1.7.0",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/table": "^2.0.1",
"@editorjs/warning": "^1.2.0",
"@napi-rs/canvas": "^0.1.30",
"@neo4j/graphql": "^3.1.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@openzeppelin/contracts": "^4.6.0",
"@sendgrid/client": "^7.7.0",
"@sentry/nextjs": "^7.2.0",
"apollo-server-micro": "^3.6.7",
"apollo3-cache-persist": "^0.14.0",
"async-retry": "^1.3.3",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"connectkit": "^0.0.1",
"cors": "^2.8.5",
"deep-object-diff": "^1.1.7",
"dotenv": "^16.0.0",
"editorjs-undo": "^2.0.3",
"emoji-mart": "^3.0.1",
"ethers": "^5.6.5",
"file-type": "^17.1.1",
"formidable": "^2.0.1",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"hardhat": "^2.9.9",
"immutability-helper": "^3.1.1",
"iron-session": "^6.2.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lru-cache": "^7.14.1",
"micro": "^9.3.4",
"mime": "^3.0.0",
"mixpanel-browser": "^2.45.0",
"neo4j-driver": "^4.4.5",
"next": "^12.2.0",
"nft.storage": "^6.2.0",
"nprogress": "^0.2.0",
"object-hash": "^3.0.0",
"open-graph": "^0.2.6",
"react": "18.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.0.0",
"react-hot-toast": "^2.2.0",
"react-modal": "^3.14.4",
"react-textarea-autosize": "^8.3.4",
"siwe": "^1.1.6",
"slugify": "^1.6.5",
"wagmi": "^0.6.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/editorjs__header": "^2.6.0",
"@types/emoji-mart": "^3.0.9",
"@types/node": "17.0.23",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-modal": "^3.13.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"autoprefixer": "^10.4.4",
"chai": "^4.3.6",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"ethereum-waffle": "^3.4.4",
"husky": "^8.0.1",
"postcss": "^8.4.12",
"prettier": "^2.7.1",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3",
"vercel": "^24.1.0"
}
}