-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 1.22 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
40
41
{
"name": "next-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"websitegen": "cd $INIT_CWD/data/websites && node getWebsiteImages.js"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"@octokit/graphql": "^4.8.0",
"capture-website": "^2.0.2",
"dangerously-set-html-content": "^1.0.9",
"html-loader": "^2.1.2",
"html-to-text": "^8.0.0",
"isomorphic-fetch": "^3.0.0",
"markdown-loader": "^8.0.0",
"next": "12.1.4",
"nodemailer": "^6.7.3",
"notion-client": "^6.1.0",
"notion-page-to-html": "^1.1.1",
"notion-page-to-html-cover-page-fix": "^1.1.3",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-notion-x": "^4.9.0",
"remark": "^14.0.1",
"sass": "^1.42.1",
"sharp": "^0.29.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}