-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 875 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": "shetommy-com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsc && next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@notionhq/client": "^0.4.4",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"open-graph-scraper": "^6.4.0"
},
"devDependencies": {
"@types/gtag.js": "0.0.7",
"@types/jsdom": "^21.1.6",
"@types/react": "17.0.11",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1",
"typescript": "^4.3.2"
}
}