-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.11 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.11 KB
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
{
"name": "flutter_bunny",
"version": "0.0.2",
"description": "Flutter Bunny CLI is a powerful code generation tool designed to accelerate Flutter application development by providing a structured, customizable approach to project scaffolding. It helps developers quickly set up Flutter projects with different architectures, state management solutions, and features, allowing them to focus on building app-specific functionality rather than spending time on repetitive setup tasks.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": "https://github.com/demola234/flutter_bunny_docs.git",
"author": "Ademola Kolawole",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"next": "^13.0.6",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.3"
},
"main": "index.js"
}