-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "andriisolonets-portfolio",
"type": "module",
"version": "0.0.8",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^5.5.3",
"@astrojs/preact": "^3.5.3",
"@astrojs/tailwind": "^5.1.1",
"@fontsource/fjalla-one": "^4.5.9",
"@fontsource/inter": "^4.5.15",
"@fontsource/quantico": "^4.5.10",
"aos": "^3.0.0-beta.6",
"astro": "^4.15.9",
"axios": "^1.3.2",
"preact": "^10.12.0",
"tailwindcss": "^3.4.13",
"typewriter-effect": "^2.19.0",
"vanilla-tilt": "^1.8.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^18.13.0",
"@types/react": "^18.3.9",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-config-preact": "^1.3.0",
"eslint-plugin-astro": "^0.23.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2"
}
}