-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 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
{
"name": "www.lijs.org",
"description": "The official website of the Long Island JavaScript Meetup group.",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit",
"fetch:cloudinary": "npx ts-node ./src/cloudinary/fetch-cloudinary-resources.ts && prettier --write ./src/cloudinary/output/photos.ts",
"check": "npm run lint:fix && npm run typecheck"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@react-pdf/renderer": "^3.1.14",
"@vercel/analytics": "^1.1.1",
"airtable": "^0.12.2",
"date-fns": "^2.30.0",
"driftdb-react": "^1.0.12",
"encoding": "^0.1.13",
"next": "^14.0.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-markdown": "^9.0.0",
"react-photo-album": "^2.3.0",
"react-pin-field": "^3.1.4",
"react-player": "^2.13.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-use-clipboard": "^1.0.9",
"react-use-keypress": "^1.3.1",
"yet-another-react-lightbox": "^3.14.0"
},
"devDependencies": {
"@apsphysics/eslint-config": "^1.2.10",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@swc/helpers": "^0.5.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/date-fns": "^2.6.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.16",
"cloudinary": "^1.41.0",
"dotenv": "^16.3.1",
"eslint": "8.52.0",
"eslint-config-next": "^14.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.5"
}
}