-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 959 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
36
37
38
39
40
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/mdx": "^11.0.1",
"@sendgrid/mail": "^7.6.0",
"framer-motion": "^4.1.17",
"fs": "*",
"gray-matter": "^4.0.3",
"mongoose": "^5.13.3",
"next": "11.0.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^3.0.4",
"next-pwa": "^5.2.24",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.0",
"remark-autolink-headings": "^6.0.1",
"remark-prism": "^1.3.6",
"remark-slug": "^6.1.0",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1"
},
"eslintIgnore": [
"node_modules"
]
}