-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@metamask/providers": "^18.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"ethers": "^6.13.4",
"form-data": "^4.0.1",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"next": "^15.1.3",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"sass": "^1.83.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^6.0.0",
"@types/glob": "^8.1.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"openapi-typescript-codegen": "^0.29.0",
"postcss-preset-env": "^10.1.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"license": "ISC"
}