-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1012 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": "rorybourdon",
"author": "Rory Bourdon <[email protected]> (https://rorybourdon.com)",
"version": "0.9.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap-config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"color-convert": "^2.0.1",
"framer-motion": "^10.6.0",
"graphql": "^16.0.1",
"graphql-request": "^6.1.0",
"next": "^14.0.0",
"next-mdx-remote": "^4.0.2",
"next-sitemap": "^4.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.2.0",
"react-photo-sphere-viewer": "^4.0.2-psv5.4.4",
"styled-components": "^6.0.6"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.26.0",
"prettier": "^3.0.0"
}
}