-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.63 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.11",
"autoprefixer": "^10.4.13",
"axios": "^1.1.2",
"eslint": "^8.43.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-pretty-imports": "^1.3.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-vue": "^9.15.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"typescript": "^5.1.3",
"vite": "^4.0.0",
"vite-plugin-run": "^0.4.1"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.0",
"@mertasan/tailwindcss-variables": "^2.5.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/server-renderer": "^3.3.4",
"@vueuse/core": "^9.12.0",
"chrome-launcher": "^0.15.2",
"gsap": "^3.12.1",
"html2pdf.js": "^0.10.1",
"lighthouse": "^10.3.0",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"puppeteer": "^20.7.3",
"vue": "^3.2.47",
"vue-meta": "^3.0.0-alpha.2",
"vue3-circle-progress": "^1.0.7",
"vue3-popper": "^1.5.0",
"vue3-spinner": "^0.0.16",
"vue3-toastify": "^0.1.11"
}
}