forked from opencodeiiita/SaveMyForm-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "save-my-form-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@dicebear/avatars": "^4.10.7",
"@dicebear/avatars-avataaars-sprites": "^4.10.7",
"@material-tailwind/react": "^2.0.1",
"@nextui-org/react": "^1.0.0-beta.10",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"antd": "^5.5.1",
"axios": "^1.2.1",
"flowbite": "^1.5.5",
"moment": "^2.29.4",
"next": "13.0.6",
"nextjs-progressbar": "^0.0.16",
"nextra": "^2.0.3",
"nextra-theme-docs": "^2.0.3",
"react": "18.2.0",
"react-component": "^0.0.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^4.9.0",
"react-intersection-observer": "^9.4.1",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"autoprefixer": "^10.4.13",
"eslint": "^8.41.0",
"eslint-config-next": "^13.0.6",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}