-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 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
48
49
50
51
52
53
{
"name": "osrs.zigurous.com",
"version": "1.0.0",
"private": true,
"author": "Zigurous",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://osrs.zigurous.com/",
"bugs": {
"url": "https://github.com/zigurous/osrs.zigurous.com/issues",
"email": "support@zigurous.com"
},
"scripts": {
"start": "gatsby develop",
"mobile": "gatsby develop --host 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@zigurous/forge-css": "^1.2.0",
"@zigurous/forge-react": "^1.3.0",
"classnames": "^2.5.0",
"gatsby": "^5.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-no-sourcemaps": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@types/node": "^22.15.0",
"@types/react": "^18.1.0",
"@types/react-dom": "^18.1.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.2.0",
"prettier": "^3.5.0",
"typescript": "^5.8.0"
},
"resolutions": {
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}