-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.22 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
{
"private": true,
"type": "module",
"engines": {
"node": "18.17.1"
},
"scripts": {
"dev": "concurrently \"npm run dev:laravel\" \"npm run dev:react\"",
"dev:laravel": "php artisan serve",
"dev:react": "vite",
"build": "vite build",
"production": "npm run build && ./serve.production.sh"
},
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@duyank/icons": "^0.0.21",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lidojs/core": "^0.0.5",
"@lidojs/editor": "^0.0.9",
"@lidojs/screen": "^0.0.3",
"@lidojs/utils": "^0.0.3",
"@paypal/react-paypal-js": "^8.1.3",
"@reduxjs/toolkit": "^1.9.7",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.10",
"@surinderlohat/react-form-validation": "^0.1.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "^7.1.27",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-swc": "^3.3.1",
"concurrently": "^8.1.0",
"eslint": "^8.41.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"html-to-image": "^1.11.11",
"laravel-vite-plugin": "^0.7.8",
"moment": "^2.29.4",
"path": "^0.12.7",
"rc-pagination": "^3.7.0",
"react": "^18.2.0",
"react-arborist": "^3.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.11.2",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sass": "^1.62.1",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
}