-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1021 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
37
{
"name": "knud1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "rimraf public/robots.txt public/sitemap*.xml & next build",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/styled-components": "^5.1.25",
"classnames": "^2.3.1",
"next": "12.2.4",
"next-seo": "^5.8.0",
"next-sitemap": "^3.1.29",
"next-videos": "1.5.0",
"nextjs-google-analytics": "^2.1.0",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@types/node": "18.6.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"prettier": "^2.7.1",
"typescript": "4.7.4"
}
}