-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
executable file
·92 lines (92 loc) · 3.23 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
84
85
86
87
88
89
90
91
92
{
"private": true,
"main": "resources/js/app.ts",
"scripts": {
"dev": "vite",
"prettier-check": "prettier --check 'resources/js/**/*.{ts,tsx}'",
"cleanup": "prettier --write 'resources/js/**/*.{ts,tsx}'",
"build": "NODE_ENV=production vite build",
"build:dev": "NODE_ENV=development vite build",
"prepare": "husky",
"lint": "yarn eslint resources/js/admin/**/*.{ts,tsx} resources/js/game/**/*.{ts,tsx} resources/js/individual-components/**/*.{ts,tsx}",
"type-check": "tsc --noEmit --skipLibCheck"
},
"devDependencies": {
"@emotion/react": "11.12.0",
"@emotion/styled": "11.12.0",
"@eslint/js": "^9.7.0",
"@glidejs/glide": "^3.4.1",
"@mui/icons-material": "5.16.4",
"@mui/material": "5.16.4",
"@mui/x-date-pickers": "7.11.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.5.0-alpha.2",
"@types/eslint__js": "^8.42.3",
"@types/luxon": "^3.4.2",
"@vitejs/plugin-react": "^4.2.1",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"cross-env": "^7.0.3",
"date-fns": "3.6.0",
"eslint": "^9.7.0",
"husky": "^9.0.11",
"laravel-vite-plugin": "^1.0.1",
"line-awesome": "^1.3.0",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"popper.js": "^1.14.3",
"prettier": "3.3.3",
"react": "^18.0.*",
"react-dom": "^18.0.*",
"resolve-url-loader": "^5.0.0",
"rollup-plugin-concat": "^1.0.3",
"sortablejs": "^1.13.0",
"tailwindcss": "^3.4.6",
"tailwindcss-dir": "^4.0.0",
"terser": "^5.31.6",
"tippy.js": "^6.3.1",
"ts-loader": "9.5.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vite": "^5.1.3"
},
"dependencies": {
"@aldabil/react-scheduler": "^2.9.1",
"@headlessui/react": "2.1.2",
"@mdxeditor/editor": "^3.10.1",
"@tinymce/tinymce-react": "^5.0.1",
"@types/lodash": "^4.14.180",
"@types/node": "^20.12.7",
"@types/react": "^18.0.*",
"@types/react-dom": "^18.0.*",
"@types/react-resizable": "^3.0.7",
"chart.js": "^4.4.2",
"clsx": "^2.1.1",
"laravel-echo": "^1.6.1",
"localforage": "^1.10.0",
"luxon": "^3.4.4",
"postcss-custom-properties": "^13.3.8",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.1.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-datetime-picker": "^6.0.1",
"react-drag-drop-files": "^2.3.10",
"react-draggable": "^4.1.0",
"react-organizational-chart": "^2.1.0",
"react-resizable": "^3.0.4",
"react-select": "^5.2.1",
"react-snowfall": "^2.1.0",
"reflect-metadata": "^0.2.2",
"remixicon": "^4.3.0",
"rpg-awesome": "^0.2.0",
"styled-components": "^6.1.8",
"tailwindcss-classnames": "^3.0.2",
"tsyringe": "^4.8.0"
},
"type": "module"
}