-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "Wilson's Notes",
"version": "v20231120",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"algoliasearch": "^4.20.0",
"contentlayer": "0.3.4",
"eslint": "^8.53.0",
"fontawesome-react": "^2.0.0",
"fs": "0.0.1-security",
"lucide-react": "^0.284.0",
"next": "14.0.2",
"next-contentlayer": "0.3.4",
"next-docs-ui": "4.0.3",
"next-docs-zeta": "4.0.3",
"path": "^0.12.7",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.31",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
}
}