-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.03 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
{
"name": "code-like-a-journalist",
"version": "0.0.4",
"description": "A free and open-source online course for anyone interested in data analysis and data visualization with JavaScript/TypeScript",
"scripts": {
"dev": "next dev",
"build": "VERCEL_DEEP_CLONE=true next build",
"start": "next start",
"patch": "node incrementVersion.js patch",
"minor": "node incrementVersion.js minor",
"major": "node incrementVersion.js major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nshiab/code-like-a-journalist"
},
"author": "Nael Shiab <[email protected]>",
"license": "CC BY 4.0",
"bugs": {
"url": "https://github.com/nshiab/code-like-a-journalist/issues"
},
"homepage": "https://www.code-like-a-journalist.com/",
"dependencies": {
"@nshiab/journalism": "npm:@jsr/nshiab__journalism@^1.21.9",
"@vercel/analytics": "^1.4.1",
"next": "^15.1.2",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}