-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.17 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": "front-end-questions",
"version": "1.0.6",
"private": true,
"license": "CC-BY-NC-ND-4.0",
"description": "Free educational application that contains base of front-end related interview questions.",
"author": {
"name": "matt765",
"email": "mateusz.wyrebek@gmail.com",
"url": "https://matt765-portfolio.vercel.app/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/fira-sans": "^5.0.20",
"@react-pdf/renderer": "^3.4.4",
"@types/highlight.js": "^10.1.0",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"eslint": "8.42.0",
"eslint-config-next": "14.2.4",
"file-saver": "^2.0.5",
"highlight.js": "^11.10.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"next": "^14.2.4",
"next-themes": "^0.3.0",
"puppeteer": "^22.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"typescript": "5.4.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"sass": "^1.77.5"
}
}