-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 856 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
33
{
"name": "nimuseel-blog",
"scripts": {
"start": "next dev --port 3003",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@nextui-org/react": "^1.0.0-beta.12",
"@react-stately/collections": "^3.7.0",
"@react-stately/menu": "^3.5.1",
"next": "^13.3.0",
"next-seo": "^6.0.0",
"nextra": "^2.4.1",
"nextra-theme-blog": "^2.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.62.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7"
},
"packageManager": "yarn@3.5.0"
}