-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
63 lines (63 loc) · 1.95 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ayushma_fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier ./src --write",
"prepare": "husky install"
},
"dependencies": {
"@microsoft/fetch-event-source": "^2.0.1",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.96.5",
"@react-three/fiber": "^8.15.15",
"@sentry/nextjs": "^7.98.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.21",
"@tanstack/react-query-next-experimental": "^5.18.0",
"@types/three": "^0.160.0",
"audio-recorder-polyfill": "^0.4.1",
"framer-motion": "^11.0.3",
"jotai": "^2.0.4",
"json2csv": "^6.0.0-alpha.2",
"jspdf": "^2.5.1",
"next": "^14.0.4",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.1",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^9.0.1",
"react-papaparse": "^4.4.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"shadergradient": "^1.2.5",
"tailwind-merge": "^2.2.1",
"three": "^0.150.0"
},
"devDependencies": {
"@types/eslint": "^8",
"@types/json2csv": "^5.0.3",
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-infinite-scroller": "^1.2.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"husky": "^9.0.7",
"postcss": "^8.4.33",
"postcss-prefixer": "^3.0.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}