-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1005 Bytes
/
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
{
"name": "nextjs-tailwindcss-typescript-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.2",
"add": "^2.0.6",
"axios": "^0.27.2",
"formidable": "^2.0.1",
"gulp": "^4.0.2",
"next": "12.1.0",
"pdf-parse": "^1.1.1",
"pdf-to-text": "^0.0.7",
"pdfjs-dist": "^2.14.305",
"react": "17.0.2",
"react-custom-audio-player": "^1.3.5",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.2",
"react-h5-audio-player": "^3.8.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"remixicon": "^2.5.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
}
}