-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 858 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 858 Bytes
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
{
"name": "kindle2notion-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^2.2.1",
"axios": "^1.1.2",
"lodash": "^4.17.21",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.3",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/lodash": "^4.14.189",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/string-similarity": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
}
}