-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "nft-tool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hashgraph/sdk": "^2.18.1",
"@mantine/core": "^5.3.0",
"@mantine/dropzone": "^5.3.0",
"@mantine/form": "^5.3.0",
"@mantine/hooks": "^5.3.0",
"@mantine/next": "^5.3.1",
"@reduxjs/toolkit": "^1.8.5",
"@svgr/webpack": "^6.3.1",
"d3": "^7.6.1",
"next": "12.2.5",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropdown-select": "^4.9.0",
"redux": "^4.2.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "^18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"sass": "^1.54.9",
"typescript": "4.8.2"
}
}