-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 838 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
{
"name": "findto-app",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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",
"eslint": "8.23.0",
"eslint-config-next": "^14.2.5",
"prettier": "2.7.1",
"typescript": "^5.5.4"
}
}