-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.59 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
64
65
66
{
"name": "mhrsntrk.com",
"description": "my personal website.",
"version": "0.2.0",
"author": {
"name": "mhrsntrk",
"email": "[email protected]",
"url": "https://mhrsntrk.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mhrsntrk/mhrsntrk.com.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"big.js": "6.0.3",
"comma-number": "2.0.1",
"date-fns": "2.16.1",
"did-resolver": "^3.2.2",
"ethers": "^5.6.9",
"ethr-did-resolver": "4.3.4",
"googleapis": "^126.0.1",
"isomorphic-unfetch": "^3.1.0",
"next": "^13.5.2",
"next-seo": "^6.1.0",
"next-themes": "^0.2.1",
"preact": "^10.5.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-pretty": "^2.2.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^15.0.2",
"remark-rehype": "^11.0.0",
"remark-slug": "6.0.0",
"swr": "2.2.2",
"web-did-resolver": "^2.0.19"
},
"devDependencies": {
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.0.4",
"globby": "11.0.1",
"image-size": "0.9.3",
"postcss": "^8.4.30",
"prettier": "2.2.1",
"rehype": "11.0.0",
"remark-frontmatter": "3.0.0",
"remark-parse": "^9.0.0",
"remark-stringify": "9.0.0",
"tailwindcss": "^2.0.1",
"unified": "^9.2.0",
"unist-util-visit": "2.0.3"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}