-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
47
48
49
50
51
52
53
{
"private": true,
"scripts": {
"dev": "TAILWIND_MODE=watch vite",
"build": "vite build",
"serve": "vite preview",
"prod": "npm run production",
"production": "vite build",
"lint": "eslint resources",
"lint:fix": "yarn lint --fix"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"axios": "^0.21",
"chokidar": "^3.5.1",
"cssnano": "^5.0.5",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"jest": "^26.6.3",
"laravel-vite-plugin": "^0.7.8",
"lodash": "^4.17.19",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^2.4.0"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/react": "^1.0.0",
"@popperjs/core": "^2.9.2",
"laravel-echo": "^1.11.2",
"moment": "^2.29.1",
"pusher-js": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"react-helmet": "^6.1.0",
"react-native-event-listeners": "^1.0.7",
"react-redux": "^7.2.4",
"react-scroll": "^1.8.2",
"react-select": "^5.7.0",
"redux-persist": "^6.0.0",
"runes": "^0.4.3",
"use-react-state": "^0.0.1",
"use-redux-states": "^1.0.1",
"ziggy-js": "^1.1.0"
},
"packageManager": "yarn@4.6.0"
}