-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:prod": "vercel build --prod",
"deploy:manual": "vercel deploy --prod --prebuilt --archive=tgz"
},
"dependencies": {
"@indic-transliteration/sanscript": "^1.3.1",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"next": "^14.2.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-virtuoso": "^4.7.10",
"sanitize-html": "^2.13.0",
"sass": "^1.77.1",
"swr": "^2.2.5",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.11.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"typescript": "^5.4.5",
"vercel": "^32.3.0"
}
}