-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
executable file
·83 lines (83 loc) · 2.73 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"private": true,
"main": "resources/js/app.ts",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-build-classic": "^27.1.0",
"@emotion/react": "11.7.1",
"@emotion/styled": "11.6.0",
"@glidejs/glide": "^3.4.1",
"@mui/icons-material": "5.2.5",
"@mui/material": "5.10.3",
"@mui/x-date-pickers": "6.0.3",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/luxon": "^2.3.0",
"@vitejs/plugin-react": "^4.2.1",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^5.1",
"date-fns": "2.21.2",
"laravel-vite-plugin": "^1.0.1",
"line-awesome": "^1.3.0",
"lodash": "^4.17.21",
"popper.js": "^1.14.3",
"react": "^18.0.*",
"react-dom": "^18.0.*",
"resolve-url-loader": "^3.1.2",
"rollup-plugin-concat": "^1.0.3",
"sass": "^1.26.10",
"sass-loader": "7.*",
"sortablejs": "^1.13.0",
"tailwindcss": "^3.0.6",
"tailwindcss-dir": "^4.0.0",
"tippy.js": "^6.3.1",
"ts-loader": "9.2.7",
"typescript": "^5.0.4",
"vite": "^5.1.3",
"yarn-audit-fix": "^3.2.16"
},
"dependencies": {
"@aldabil/react-scheduler": "^2.7.9",
"@ashvin27/react-datatable": "^1.5.3",
"@headlessui/react": "1.6.0",
"@tinymce/tinymce-react": "^4.3.2",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.21",
"@types/react": "^18.0.*",
"@types/react-dom": "^18.0.*",
"@types/react-resizable": "^1.7.4",
"chart.js": "^3.2.1",
"clsx": "^1.1.1",
"laravel-echo": "^1.6.1",
"localforage": "^1.10.0",
"luxon": "^2.3.1",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"postcss-nesting": "^10.0.2",
"pusher-js": "4.3.1",
"random-js-no-node": "^2.1.0-b",
"react-charts": "^3.0.0-beta.30",
"react-data-table-component": "^7.5.0",
"react-draggable": "^4.1.0",
"react-organizational-chart": "^2.1.0",
"react-resizable": "^3.0.4",
"react-select": "^5.2.1",
"react-snowfall": "^1.2.1",
"reflect-metadata": "^0.1.13",
"rpg-awesome": "^0.2.0",
"styled-components": "^5.3.3",
"tailwindcss-classnames": "^3.0.2",
"tsyringe": "^4.8.0",
"uuid": "^8.3.2"
},
"type": "module"
}