-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@metamask/providers": "^8.1.1",
"@types/glob": "^7.1.1",
"@types/react-syntax-highlighter": "^11.0.4",
"autoprefixer": "^9.7.6",
"axios": "^0.27.2",
"ethers": "^5.5.1",
"form-data": "4.x",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"isomorphic-unfetch": "3.0.0",
"next": "^12.0.5",
"postcss": "^7.0.27",
"postcss-import": "^12.0.1",
"raw-loader": "^4.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^12.2.1",
"sass": "^1.26.3",
"swr": "^0.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"openapi-typescript-codegen": "^0.23.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.3.4",
"typescript": "^4.3.2"
},
"license": "ISC"
}