-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 5.5 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
93
94
95
96
{
"name": "MahdiPakravan",
"version": "0.0.1",
"main": "./src/main.tsx",
"private": true,
"scripts": {
"dev": "rimraf dev-dist && cross-env DEBUG=vite-plugin-pwa:* SW_DEV=true vite --force",
"dev-claims": "rimraf dev-dist && cross-env DEBUG=vite-plugin-pwa:* SW_DEV=true CLAIMS=true SW=true vite --force",
"dev-destroy": "rimraf dev-dist && cross-env DEBUG=vite-plugin-pwa:* SW_DESTROY=true SW_DEV=true vite --force",
"dev-claims-destroy": "rimraf dev-dist && cross-env DEBUG=vite-plugin-pwa:* SW_DESTROY=true SW_DEV=true CLAIMS=true SW=true vite --force",
"start": "npm run run-build && npm run serve",
"start-reloadsw": "npm run run-build-reloadsw && npm run serve",
"start-claims": "npm run run-build-claims && npm run serve",
"start-claims-reloadsw": "npm run run-build-reloadsw-claims && npm run serve",
"start-sw": "npm run run-build-sw && npm run serve",
"start-sw-reloadsw": "npm run run-build-sw-reloadsw && npm run serve",
"start-sw-claims": "npm run run-build-sw-claims && npm run serve",
"start-sw-claims-reloadsw": "npm run run-build-sw-claims-reloadsw && npm run serve",
"build": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true vite build",
"run-build": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true vite build",
"run-build-reloadsw": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true vite build",
"run-build-claims": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true CLAIMS=true vite build",
"run-build-reloadsw-claims": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true CLAIMS=true RELOAD_SW=true vite build",
"run-build-sw": "rimraf dist && cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW=true vite build",
"run-build-sw-reloadsw": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true RELOAD_SW=true SW=true vite build",
"run-build-sw-claims": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true CLAIMS=true SW=true vite build",
"run-build-sw-claims-reloadsw": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true CLAIMS=true RELOAD_SW=true SW=true vite build",
"start-destroy": "npm run run-build-destroy && npm run serve",
"start-reloadsw-destroy": "npm run run-build-reloadsw-destroy && npm run serve",
"start-claims-destroy": "npm run run-build-claims-destroy && npm run serve",
"start-claims-reloadsw-destroy": "npm run run-build-reloadsw-claims-destroy && npm run serve",
"start-sw-destroy": "npm run run-build-sw-destroy && npm run serve",
"start-sw-reloadsw-destroy": "npm run run-build-sw-reloadsw-destroy && npm run serve",
"start-sw-claims-destroy": "npm run run-build-sw-claims-destroy && npm run serve",
"start-sw-claims-reloadsw-destroy": "npm run run-build-sw-reloadsw-claims-destroy && npm run serve",
"run-build-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true vite build",
"run-build-reloadsw-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true RELOAD_SW=true vite build",
"run-build-claims-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true CLAIMS=true vite build",
"run-build-reloadsw-claims-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true CLAIMS=true RELOAD_SW=true vite build",
"run-build-sw-destroy": "rimraf dist && cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true SW=true vite build",
"run-build-sw-reloadsw-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true RELOAD_SW=true SW=true vite build",
"run-build-sw-claims-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true CLAIMS=true SW=true vite build",
"run-build-sw-reloadsw-claims-destroy": "cross-env DEBUG=vite-plugin-pwa:* BASE_URL=/ SOURCE_MAP=true SW_DESTROY=true CLAIMS=true RELOAD_SW=true SW=true vite build",
"serve": "serve dist",
"mock": "json-server mock/db.json --static mock/public"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.3.3",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"highlight.js": "^11.7.0",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-hook-form": "^7.43.8",
"react-router": "^6.4.5",
"react-router-config": "^5.1.1",
"react-router-dom": "^6.4.5",
"react-typist": "^2.0.5",
"remixicon": "^2.5.0",
"swiper": "^9.1.1",
"vite": "4.1.4",
"yup": "^1.0.2"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.1",
"@types/compression": "^1.7.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-highlight": "^0.12.5",
"@types/react-router-config": "^5.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/react-typist": "^2.0.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"autoprefixer": "^10.4.13",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"https-localhost": "^4.7.1",
"json-server": "^0.17.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"serve": "^14.2.0",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "workspace:*",
"workbox-core": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-window": "^6.5.4"
}
}