forked from latina-in-tech/latina-in-tech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
{
"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"
},
"dependencies": {
"add-to-calendar-button-react": "^2.6.14",
"autoprefixer": "^10.4.19",
"firebase": "^10.11.1",
"flag-icons": "^7.2.1",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"luxon": "^3.4.4",
"next": "14.2.3",
"postcss": "^8.4.36",
"react": "18.3.1",
"react-dom": "18.2.0",
"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.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.12",
"@types/image-size": "^0.8.0",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.2.22",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"dotenv-cli": "^7.4.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"typescript": "5.4.5"
}
}