-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "acikkaynak.github.io",
"private": true,
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"description": "Açık Kaynak İnisiyatifi web sitesi",
"keywords": [
"açık",
"kaynak",
"inisiyatifi",
"acikkaynak",
"web",
"site"
],
"version": "1.0.0",
"homepage": "https://acikkaynak.github.io",
"author": "Eser Ozvataf <[email protected]>",
"contributors": [
{
"name": "Eser Ozvataf",
"email": "[email protected]",
"url": "https://eser.live/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/acikkaynak/acikkaynak.git"
},
"bugs": {
"url": "https://github.com/acikkaynak/acikkaynak/issues"
},
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"check:type": "tsc --project ./tsconfig.json --pretty --noEmit",
"lint": "biome lint ./src/",
"lint:fix": "biome lint --write ./src/",
"format": "biome format --write ./src/"
},
"devDependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/markdoc": "^0.11.3",
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@biomejs/biome": "1.8.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.2",
"astro-auto-import": "^0.4.2",
"autoprefixer": "^10.4.19",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^13.0.3",
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"swiper": "^11.1.8",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}