-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
32 lines (32 loc) · 814 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
{
"name": "react-dashboard-design",
"description": "Admin Dashboard inspired by and based on the Vercel™ Design System.",
"version": "0.2.0",
"author": "Ofek Ashery",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ofekashery/react-dashboard-design.git"
},
"bugs": {
"url": "https://github.com/ofekashery/react-dashboard-design/issues"
},
"dependencies": {
"@geist-ui/react": "^2.2.0",
"@geist-ui/react-icons": "^1.0.1",
"next": "^11.1.3",
"prettier": "^2.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.8"
},
"devDependencies": {
"@types/react": "^17.0.5",
"typescript": "^4.2.4"
}
}