-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "personal-curriculum",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.10.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"get:videos": "node ./scripts/getVideos.js",
"get:pdf": "node ./scripts/getPdf.js",
"prebuild": "yarn get:videos",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.16",
"encoding": "^0.1.13",
"next": "13.4.19",
"next-intl": "3.0.0-beta.16",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "^5.2.2",
"usetube": "^2.2.7"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "20.9.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/usetube": "^2.1.0",
"critters": "^0.0.20",
"eslint": "^8.48.0",
"eslint-config-next": "14.0.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"puppeteer": "^21.1.1"
}
}