-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "smart-contract-downloader",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@nextui-org/react": "^2.2.9",
"animate.css": "^4.1.1",
"axios": "^0.24.0",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^10.16.16",
"jszip": "^3.7.1",
"next": "^13.5.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/file-saver": "^2.0.4",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.16",
"eslint": "8.6.0",
"eslint-config-next": "^13.1.2",
"postcss": "^8.4.32",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.4.0"
}
}