-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.8 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
{
"name": "latina-in-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "prettier --write \"src/**/*.(ts|tsx)\"",
"prettier:check": "prettier --check \"src/**/*.(ts|tsx)\"",
"check:types": "tsc --noemit",
"check:events": "ts-node src/scripts/checkEvents.ts"
},
"dependencies": {
"add-to-calendar-button-react": "^2.6.19",
"autoprefixer": "^10.4.20",
"firebase": "^10.12.4",
"flag-icons": "^7.2.3",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"luxon": "^3.5.0",
"next": "14.2.5",
"postcss": "^8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss": "^3.4.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@tailwindcss/typography": "^0.5.13",
"@types/image-size": "^0.8.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.5.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"dotenv-cli": "^7.4.2",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-check-updates": "^17.1.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
}
}