-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 874 Bytes
/
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
{
"name": "jowch.github.io",
"version": "0.0.1",
"description": "My website",
"main": "index.js",
"repository": "[email protected]:jowch/jowch.github.io.git",
"author": "Jonathan Chen <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@heroicons/react": "^1.0.6",
"autoprefixer": "^10.4.7",
"markdown-to-jsx": "^7.1.7",
"p-throttle": "^5.0.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"yaml": "^2.1.1"
}
}