-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "audioboos-web",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@atlaskit/inline-edit": "^12.1.5",
"@atlaskit/textfield": "^5.1.4",
"@headlessui/react": "^1.4.3",
"@microsoft/signalr": "^6.0.1",
"@popperjs/core": "^2.11.2",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.25.0",
"card.js": "^0.0.2",
"dompurify": "^2.3.4",
"dotenv": "^14.2.0",
"font-awesome": "^4.7.0",
"formik": "^2.2.9",
"react": "^17.0.2",
"react-animated-css": "^1.2.1",
"react-chartjs-2": "^4.0.1",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.2",
"react-hook-form": "^7.24.2",
"react-icons": "^4.3.1",
"react-keyed-file-browser": "^1.14.0",
"react-popper": "^2.2.5",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-toastify": "^8.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/node": "^17.0.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.2",
"eslint": "^8.7.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.15",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-mkcert": "^1.5.2"
}
}