-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "opensgf.org",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "- [Figma](https://www.figma.com/file/Dz0zK03VUz06YvQ0NNbzFI/Open-SGF-Wireframes?node-id=0%3A1)",
"main": "next.config.js",
"author": "",
"license": "ISC",
"homepage": "https://github.com/Open-SGF/opensgf.org#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"dayjs": "^1.11.20",
"next": "^16.2.4",
"next-plausible": "^4.0.0",
"octokit": "^5.0.5",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/node": "^24.0.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.25.0",
"eslint-config-next": "^16.2.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.3",
"sass": "^1.99.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-SGF/opensgf.org.git"
},
"bugs": {
"url": "https://github.com/Open-SGF/opensgf.org/issues"
}
}