-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "infojobs-hackathon-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint --fix . --ext .js,.jsx",
"preview": "vite preview",
"format": "prettier --write . "
},
"dependencies": {
"@chengsokdara/react-hooks-async": "^0.0.2",
"@chengsokdara/use-whisper": "^0.2.0",
"@ffmpeg/ffmpeg": "^0.11.6",
"@react-three/drei": "^9.96.3",
"@react-three/fiber": "^8.15.15",
"@reduxjs/toolkit": "^1.9.7",
"@types/three": "^0.152.1",
"axios": "^1.6.6",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"hark": "^1.2.3",
"lamejs": "^1.2.1",
"openai": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.3",
"react-router": "^6.11.1",
"react-router-dom": "^6.21.3",
"recordrtc": "^5.6.2",
"three": "^0.152.2",
"vite-plugin-svgr": "^3.3.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.17",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2"
}
}