-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1.29 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
{
"name": "opensgf.org",
"version": "0.1.0",
"private": true,
"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 . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"dayjs": "^1.11.13",
"next": "^14.2.13",
"next-plausible": "^3.12.2",
"octokit": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "22.5.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"sass": "^1.79.2",
"typescript": "5.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Open-SGF/opensgf.org.git"
},
"bugs": {
"url": "https://github.com/Open-SGF/opensgf.org/issues"
}
}