-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 934 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
41
42
43
44
45
46
47
{
"name": "Joelle Johnson's Final Project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "AGPL-version-3.0",
"private": false,
"engines": {
"node": "18",
"npm": ">= 6.0.0"
},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"bugs": "",
"keywords": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [],
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"test": ""
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@next/font": "^14.0.4",
"antd": "^5.12.1",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
"jsonwebtoken": "^9.0.2",
"next": "^14.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}