-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "steven-signal-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"404": "cp out/404/index.html out/404.html",
"dev": "next dev",
"build": "next build && next export",
"postbuild": "npm run 404",
"server": "next start",
"start": "npm run dev",
"lint": "next lint",
"test": "npm run lint",
"serve": "http-server out -p 8080",
"downloadLocales": "locize download --project-id=0842ada9-1d1d-4d48-ab27-08f6a132f558 --ver=latest --clean=true --path=./public/locales",
"clean": "rimraf .next out",
"generate:sitemap": "ts-node ./scripts/sitemap.ts"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.6",
"framer-motion": "^10.12.16",
"i18next": "^23.2.11",
"next": "^13.4.6",
"next-i18next": "^14.0.0",
"next-language-detector": "^1.0.2",
"next-seo": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.0",
"react-i18next": "^13.0.2",
"swiper": "^9.4.1",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"eslint-config-prettier": "^8.8.0",
"http-server": "^14.1.1",
"next-export-i18n": "^2.1.0",
"prettier": "^2.8.8",
"sitemap": "^7.1.1"
}
}