forked from Birblewin/Dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
61
62
63
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.10",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@openzeppelin/wizard": "^0.4.2",
"@openzeppelin/wizard-cairo": "^0.10.1",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-tooltip": "^1.0.7",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@types/highlight.js": "^10.1.0",
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.0",
"file-saver": "^2.0.5",
"filter": "^0.1.1",
"framer-motion": "^11.0.24",
"highlightjs-cairo": "^0.4.0",
"highlightjs-solidity": "^2.0.6",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lucide-react": "^0.335.0",
"next": "^14.1.0",
"openzeppelin-contracts": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0",
"recoil": "^0.7.7",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jszip": "^3.4.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}