-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.04 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
{
"name": "acmatuc.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/dabudke/acmatuc.github.io.git",
"author": "Daniel Budke <40306561+dabudke@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@astrojs/react": "4.2.0",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.3",
"astro": "^5.2.5",
"marked": "^14.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.78.0",
"tailwindcss": "^4.0.3",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}