-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.91 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.91 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pycon-th-www-2025",
"version": "1.0.0",
"description": "Just a new website for upcoming PyCon TH in Winter 2025",
"main": "index.js",
"scripts": {
"pre-commit": "lefthook install",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.4.0",
"@astrojs/tailwind": "^6.0.2",
"@iconify-json/material-symbols": "^1.2.35",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.52",
"@iconify-json/solar": "^1.2.4",
"@iconify-json/uil": "^1.2.3",
"animejs": "^3.2.2",
"astro": "^5.14.6",
"react": "^18.2.0",
"react-cookie-consent": "^9.0.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@iconify-json/devicon": "^1.1.35",
"@iconify-json/iconoir": "^1.2.9",
"@iconify-json/ion": "^1.1.15",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/skill-icons": "^1.2.0",
"@iconify/react": "^4.1.1",
"@types/animejs": "^3.1.13",
"@types/gtag.js": "^0.0.12",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-highlight": "^0.12.8",
"astro-icon": "^1.0.2",
"daisyui": "^4.6.0",
"lefthook": "^1.10.10",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PyConTH/www2025.git"
},
"keywords": [
"PyCon",
"Thailand"
],
"author": "Jirachai Chansivanon <jirachai.c@outlook.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/PyConTH/www2025/issues"
},
"homepage": "https://github.com/PyConTH/www2025#readme"
}