-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"scripts": {
"capture": "node node_modules/puppeteer/install.js && node ./scripts/capture.mjs",
"search": "node ./scripts/search.mjs",
"postinstall": "npm run capture && npm run search",
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/theme-tools": "^2.0.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.9.0",
"@octokit/rest": "^19.0.7",
"@tanem/react-nprogress": "^5.0.32",
"axios": "^1.3.4",
"capture-website": "^3.2.0",
"downshift": "^7.6.0",
"eslint-config-prettier": "^8.8.0",
"framer-motion": "^6.3.0",
"http-status": "^1.6.2",
"i18next": "^22.4.13",
"next": "latest",
"next-connect": "^1.0.0-next.3",
"next-i18next": "^13.2.2",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.6",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.8",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-instantsearch-hooks-web": "^6.42.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"algoliasearch": "^4.17.0",
"dotenv": "^16.0.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.7",
"typescript": "^4.9.5"
}
}