-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "prettier . --write"
},
"dependencies": {
"@iconicicons/react": "^1.5.1",
"arweave-mnemonic-keys": "^0.0.9",
"dayjs": "^1.11.10",
"framer-motion": "^10.8.5",
"fuse.js": "^7.0.0",
"next": "13.2.4",
"outstatic": "^0.0.41",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-responsive": "^9.0.2",
"react-youtube-embed": "^1.0.3",
"rehype-autolink-headings": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"styled-components": "^5.3.10",
"typescript": "5.0.2",
"unified": "^11.0.3"
},
"devDependencies": {
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-youtube-embed": "^1.0.2",
"@types/styled-components": "^5.1.26",
"prettier": "^2.8.4",
"sharp": "^0.32.1"
}
}