generated from netlify-templates/next-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"rhb-sync": "rm -rf react-handy-box && mkdir react-handy-box && cd react-handy-box && cp -R ~/Dev/react-handy-box-docs/react-handy-box/ ."
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"cypress": "^12.5.0",
"lodash": "^4.17.21",
"mousetrap": "^1.6.5",
"next": "^13.1.6",
"polished": "^4.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-popper": "^2.3.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.30.3",
"@types/lodash": "^4.14.191",
"@types/mousetrap": "^1.6.11",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/styled-components": "^5.1.26",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"typescript": "4.9.5"
}
}