-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "spencerwoo.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^1.0.1",
"@headlessui/react": "^1.4.3",
"@icons-pack/react-simple-icons": "^4.6.1",
"@notionhq/client": "^0.4.12",
"awesome-debounce-promise": "^2.1.0",
"feed": "^4.2.2",
"next": "^12.1.0",
"next-themes": "^0.0.15",
"nextjs-progressbar": "^0.0.13",
"p5": "^1.4.0",
"probe-image-size": "^7.2.2",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-async-hook": "^4.0.0",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-latex-next": "^2.1.0",
"react-syntax-highlighter": "^15.4.5",
"swr": "^1.1.2",
"three": "^0.137.4",
"transliteration": "^2.2.0",
"unfurl.js": "^5.6.3",
"use-constant": "^1.1.0",
"vanta": "^0.5.21"
},
"devDependencies": {
"@types/node": "17.0.18",
"@types/p5": "^1.3.3",
"@types/probe-image-size": "^7.0.1",
"@types/react": "17.0.39",
"@types/react-latex": "^2.0.0",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/three": "^0.137.0",
"eslint": "8.9.0",
"eslint-config-next": "^12.0.8",
"typescript": "4.5.5",
"windicss-webpack-plugin": "^1.6.2"
}
}