-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 KB
/
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
{
"name": "@area44/fancy-notes",
"version": "24.4.5",
"description": "All kinds of interesting topics",
"homepage": "https://github.com/AREA44/fancy-notes#readme",
"bugs": {
"url": "https://github.com/AREA44/fancy-notes/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AREA44/fancy-notes.git"
},
"license": "MIT",
"author": "AREA44",
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier -w . --cache",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start"
},
"dependencies": {
"@vercel/og": "^0.6.4",
"autoprefixer": "^10.4.20",
"next": "^15.1.5",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.5",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "^5.7.3"
}
}