-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.79 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.7.2",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/progress": "^0.2.6",
"@prettier/plugin-php": "^0.19.1",
"@tailwindcss/forms": "^0.5.2",
"@types/classnames": "^2.3.1",
"@types/react": "^18.0.21",
"@types/react-canvas-draw": "^1.2.0",
"@types/react-dom": "^18.0.6",
"@types/ziggy-js": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vitejs/plugin-react": "^2.0.0",
"@win11react/react-canvas-draw": "^1.2.2",
"add": "^2.0.6",
"autoprefixer": "^10.4.2",
"axios": "^0.27",
"classnames": "^2.3.2",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"konva": "^8.3.12",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"qr-scanner": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-konva": "^18.2.2",
"react-textarea-autosize": "^8.3.4",
"tailwindcss": "^3.1.0",
"typescript": "^4.8.4",
"vite": "^3.0.0",
"yarn": "^1.22.19",
"ziggy-js": "^1.5.0"
},
"dependencies": {}
}