-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.42 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": "gabuscuv-newportfolio",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=23.0.0"
},
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "npx serve out",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"dependencies": {
"@mdx-js/loader": "^3",
"@mdx-js/react": "^3",
"@next/mdx": "^14",
"@next/third-parties": "^14",
"@types/mdx": "^2",
"eslint-plugin-n": "^17",
"esrun": "^3",
"flowbite-react": "^0",
"framer-motion": "^11",
"gray-matter": "^4",
"lodash": "^4",
"next": "^14",
"next-intl": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^15",
"remark-gfm": "^4",
"remark-html": "^16"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@react-pdf/renderer": "^4",
"@types/lodash": "^4",
"@types/node": "^20",
"@types/pdfkit": "^0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7",
"eslint": "^8",
"eslint-config-next": "^14",
"eslint-plugin-node": "^11",
"eslint-plugin-prettier": "^5",
"gts": "^5",
"pdfkit": "^0.15.1",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
},
"packageManager": "yarn@4.5.0"
}