-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "nextjs-json-scout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@mui/material": "^5.15.13",
"@types/grecaptcha": "^3.0.9",
"axios": "^1.6.7",
"cookies-next": "^4.1.1",
"form-data": "^4.0.0",
"geist": "^1.2.2",
"glamor": "^2.20.40",
"jwt-decode": "^4.0.0",
"next": "14.1.0",
"next-recaptcha-v3": "^1.3.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-code-block": "^1.0.0",
"react-code-blocks": "^0.1.6",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-password-strength-bar": "^0.4.1",
"react-simple-code-editor": "^0.13.1",
"react-swipeable": "^7.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"router": "^1.3.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/prismjs": "^1.26.3",
"@types/react": "^18",
"@types/react-alert": "^7.0.6",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}