-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 875 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
{
"name": "ampath-forms",
"version": "1.0.0",
"description": "Documentation website for AMPATH Forms",
"author": "Dennis Kigen <dkigen@ampath.or.ke>",
"license": "MIT",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.12",
"next": "^14.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/react": "18.2.65",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}