-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 2.09 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
64
{
"name": "@sourceadmin/panel",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"update-deps": "npx npm-check-updates -u"
},
"devDependencies": {
"@headlessui/react": "^1.7.15",
"@inertiajs/inertia": "^0.11.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/forms": "^0.5.3",
"@types/crypto-js": "^4.1.1",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.195",
"@types/node": "^20.4.1",
"@types/react-dom": "^18.2.6",
"@types/ziggy-js": "^1.3.2",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"lodash": "^4.17.21",
"postcss": "^8.4.25",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
"typescript-plugin-css-modules": "^5.0.1"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@inertiajs/react": "^1.0.9",
"@vitejs/plugin-react": "^4.0.2",
"alpinejs": "^3.12.3",
"classnames": "^2.3.2",
"crypto-js": "^4.1.1",
"formik": "^2.4.2",
"framer-motion": "^10.12.18",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-chained-backend": "^4.4.0",
"i18next-http-backend": "^2.2.1",
"i18next-localstorage-backend": "^4.1.1",
"jquery": "^3.7.0",
"laravel-vite-plugin": "^0.7.8",
"pathe": "^1.1.1",
"react-i18next": "^13.0.1",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.4",
"typescript": "^5.1.6",
"use-debounce": "^9.0.4",
"vite": "^4.4.2",
"yup": "^1.2.0",
"zustand": "^4.3.9"
}
}