This repository was archived by the owner on Feb 15, 2022. It is now read-only.
forked from fat-bamboo/portfolio-react
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
42
43
44
45
46
47
48
{
"name": "api2u.me",
"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.2",
"@icons-pack/react-simple-icons": "^4.6.1",
"@notionhq/client": "^0.4.11",
"awesome-debounce-promise": "^2.1.0",
"feed": "^4.2.2",
"next": "12.0.9",
"next-themes": "^0.0.15",
"nextjs-progressbar": "^0.0.13",
"p5": "^1.4.0",
"probe-image-size": "^7.2.2",
"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.0",
"three": "^0.137.0",
"transliteration": "^2.2.0",
"unfurl.js": "^5.6.2",
"use-constant": "^1.1.0",
"vanta": "^0.5.21"
},
"devDependencies": {
"@types/node": "16.11.11",
"@types/p5": "^1.3.1",
"@types/probe-image-size": "^7.0.1",
"@types/react": "17.0.37",
"@types/react-latex": "^2.0.0",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/three": "^0.134.0",
"eslint": "8.4.0",
"eslint-config-next": "12.0.5",
"typescript": "4.5.2",
"windicss-webpack-plugin": "^1.5.8"
}
}