-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "kenneth-chua-portfolio",
"version": "1.0.0",
"description": "A modern Vue.js portfolio website with an editorial design system and responsive layout",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "vite preview --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"test": "vitest",
"test:ui": "vitest --ui",
"format": "prettier --write src/"
},
"dependencies": {
"lucide-vue-next": "^0.365.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.5",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^9.33.0",
"jsdom": "^24.0.0",
"playwright": "^1.55.0",
"postcss": "^8.4.38",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.3",
"vite": "^7.1.4",
"vitest": "^3.2.4"
}
}