-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 951 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 951 Bytes
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
{
"name": "acmatuc.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/dabudke/acmatuc.github.io.git",
"author": "Daniel Budke <dabudke@dabudke.net>",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@astrojs/react": "^5.0.3",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.3",
"marked": "^14.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.6.2",
"vite": "^8.0.5"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
},
"packageManager": "yarn@4.9.4"
}