-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 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
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": "papo-admin-panel",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.4",
"@huggingface/inference": "^2.6.4",
"aws-sdk": "^2.1611.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"date-fns": "^2.28.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.363.0",
"openai": "^4.22.1",
"prisma": "^5.10.2",
"react": "^18",
"react-dom": "^18.1.0",
"react-icons": "^5.0.1",
"react-router-dom": "^6.3.0",
"react-s3": "^1.3.1",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.5",
"react-typed": "^2.0.12",
"reactstrap": "^9.2.2",
"recharts": "^2.12.3",
"typescript": "^5.4.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.7",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.14",
"prettier": "^2.7.0",
"tailwindcss": "^3.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}