-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 836 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
34
35
36
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@svgr/webpack": "^5.5.0",
"@types/nodemailer": "^6.4.2",
"date-fns": "^2.25.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"next": "11.0.1",
"nodemailer": "^6.6.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"rehype-highlight": "4",
"rehype-stringify": "8",
"remark-parse": "9",
"remark-rehype": "8",
"sass": "^1.35.1",
"unified": "9"
},
"devDependencies": {
"@types/react": "17.0.11",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.4"
}
}