-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "solarpunk-today",
"private": true,
"description": "How to be a solarpunk today",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahdinosaur/solarpunk-today.git"
},
"author": "Mikey Williams <hello@mikey.nz>",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/ahdinosaur/solarpunk-today/issues"
},
"homepage": "https://github.com/ahdinosaur/solarpunk-today#readme",
"dependencies": {
"clsx": "^2.1.0",
"next": "^13.0.6",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"title": "^3.5.3"
},
"devDependencies": {
"@types/node": "^18.11.10",
"typescript": "^4.9.3"
}
}