-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (51 loc) · 1.43 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": "ikea-word-games",
"version": "0.1.0",
"private": false,
"author": {
"name": "Avikant Saini",
"email": "[email protected]",
"url": "https://avikantz.xyz/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/open-sans": "^5.0.9",
"@inquirer/prompts": "^3.1.1",
"@tanstack/react-query": "^4.32.6",
"accept-language": "^3.0.18",
"framer-motion": "^10.16.2",
"i18next": "^23.4.6",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-resources-to-backend": "^1.1.4",
"next": "^14.1.1",
"next13-progressbar": "^1.0.2",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0",
"react-share": "^4.4.1",
"react-simple-keyboard": "^3.7.16"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "8.47.0",
"eslint-config-next": "13.4.17",
"prettier": "^3.0.2",
"prettier-eslint": "^15.0.1",
"typescript": "5.1.6"
}
}