-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "findto-app",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint2": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write ."
},
"dependencies": {
"axios": "^1.6.5",
"next": "^14.2.5",
"next-intl": "^3.17.2",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.13.11",
"rss-parser": "^3.12.0",
"swiper": "^11.1.9",
"swr": "^2.0.3"
},
"devDependencies": {
"@types/node": "^17.0.30",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-speech-recognition": "^3.9.5",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8.4.47",
"prettier": "^3.4.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.4"
}
}