-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 856 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 856 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.4",
"add": "^2.0.6",
"antd": "^4.16.13",
"aws-sdk": "^2.1002.0",
"axios": "^0.22.0",
"bcryptjs": "^2.4.3",
"bson-objectid": "^2.0.1",
"formidable": "^1.2.2",
"js-file-download": "^0.4.12",
"mongo": "^0.1.0",
"multiparty": "^4.2.2",
"next": "latest",
"next-connect": "^0.10.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-loader-spinner": "^4.0.0",
"react-query": "^3.25.1",
"yarn": "^1.22.15"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}