-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 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
{
"version": "1.0.0",
"description": "My personal Website",
"main": "index.js",
"author": "Francisco Madeira",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"start": "npm run dev",
"lint": "eslint ."
},
"devDependencies": {
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.10",
"@vue/server-renderer": "^3.5.10",
"axios": "^1.7.7",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.28.0",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"postcss-nesting": "^13.0.0",
"shiki": "^1.21.0",
"tailwindcss": "^3.4.13",
"@twemoji/api": "^15.1.0",
"vite": "^5.4"
}
}