-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.98 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "mobile-combos",
"version": "0.0.0",
"private": true,
"description": "mobile-combos",
"author": "David Wheatley <[email protected]> (https://davwheat.dev)",
"prettier": "@flarum/prettier-config",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "cross-env NODE_ENV=production gatsby build",
"build:ci": "cross-env NODE_ENV=production gatsby build --verbose",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"format": "prettier --write \".\"",
"format:check": "prettier --check \".\""
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@reach/tabs": "^0.18.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"gatsby": "^5.12.3",
"gatsby-plugin-canonical-urls": "^5.12.0",
"gatsby-plugin-cloudflare-pages": "1.0.0-alpha.2",
"gatsby-plugin-emotion": "^8.12.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-less": "^7.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-provide-react": "^1.0.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sitemap": "^6.12.0",
"gatsby-plugin-webpack-size": "^2.0.1",
"gatsby-source-local-git": "^1.3.0",
"get-best-contrast-color": "^0.3.1",
"mdi-react": "^9.2.0",
"nanoid": "^4.0.2",
"notistack": "3.0.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230821.0",
"@flarum/prettier-config": "^1.0.0",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.6",
"@types/gatsbyjs__reach-router": "^2.0.0",
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"cross-env": "^7.0.3",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}