-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.3 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
{
"name": "quiz_short_url",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"lint-staged": "lint-staged",
"postinstall": "patch-package",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"axios": "^0.27.2",
"classnames": "^2.3.2",
"firebase": "^9.10.0",
"mongodb": "^4.9.1",
"next": "^13.4.1",
"next-connect": "^0.13.0",
"next-i18next": "^12.0.1",
"patch-package": "^6.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"@types/gtag.js": "^0.0.8",
"@types/node": "^18.7.18",
"@types/react": "18.0.20",
"@types/react-syntax-highlighter": "^15.5.5",
"all-contributors-cli": "^6.20.4",
"autoprefixer": "^10.4.11",
"daisyui": "^2.28.0",
"eslint": "8.23.1",
"eslint-config-next": "^13.4.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}