-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
38
39
40
41
42
43
44
{
"name": "reasvyn",
"description": "Personal Webfolio",
"type": "module",
"version": "0.7.1",
"author": "Reas Vyn",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "gh-pages -d dist",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/ts-plugin": "^1.10.6",
"@tailwindcss/vite": "^4.1.17",
"aos": "^2.3.4",
"astro": "^5.16.4",
"i18next": "^25.8.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@iconify-json/skill-icons": "^1.2.3",
"@iconify-json/tabler": "^1.2.23",
"@iconify/tailwind4": "^1.2.0",
"@playwright/test": "^1.58.1",
"@types/aos": "^3.0.7",
"@vitest/ui": "^4.0.18",
"autoprefixer": "^10.4.22",
"gh-pages": "^6.3.0",
"jsdom": "^27.4.0",
"playwright": "^1.58.1",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"vitest": "^4.0.18"
}
}