-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.44 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@types/react": "^17.0.18",
"@types/react-google-recaptcha": "^2.1.2",
"@types/react-table": "^7.7.8",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"autoprefixer": "^10.3.4",
"axios": "^0.21",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.9",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5"
},
"dependencies": {
"@inertiajs/inertia": "^0.10.1",
"@inertiajs/inertia-react": "^0.7.1",
"@inertiajs/progress": "^0.2.6",
"@tailwindcss/forms": "^0.3.3",
"@types/react-recaptcha": "^2.3.4",
"@types/react-toast-notifications": "^2.4.1",
"date-fns": "^2.26.0",
"laravel-echo": "^1.11.2",
"pusher-js": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-recaptcha": "^2.3.10",
"react-table": "^7.7.0",
"react-toast-notifications": "^2.5.1",
"styled-components": "^5.3.0"
}
}