-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
89 lines (89 loc) · 2.55 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@eurofurence/reg-frontend",
"private": true,
"description": "The Eurofurence Registration frontend!",
"version": "0.1.0",
"author": "Eurofurence Registration Team",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@eurofurence/reg-component-library": "^0.0.23",
"@fluent/bundle": "^0.17.1",
"@fluent/langneg": "^0.6.2",
"@fluent/react": "^0.14.1",
"axios": "^1.2.2",
"change-case": "^4.1.2",
"country-code-emoji": "^2.3.0",
"fluent-ranges": "^1.0.1",
"gatsby": "^5.3.3",
"gatsby-alias-imports": "^1.0.6",
"gatsby-image": "^3.11.0",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-offline": "^6.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"http-status-codes": "^2.2.0",
"langmap": "0.0.16",
"luxon": "^3.2.1",
"observable-hooks": "^4.2.1",
"partial.lenses": "^14.17.0",
"ptz-i18n": "^1.0.0",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.41.3",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-observable": "^2.0.0",
"reselect": "^4.1.7",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@types/langmap": "0.0.1",
"@types/luxon": "^3.2.0",
"@types/ramda": "^0.28.20",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-preset-gatsby": "^3.3.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-promise": "^6.1.1",
"gatsby-plugin-react-svg": "^3.3.0",
"ts-essentials": "^9.3.0",
"type-fest": "^3.5.0",
"typescript": "^4.9.4",
"utility-types": "^3.10.0"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0"
}
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint ./src",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"tsc": "tsc",
"gatsby": "gatsby"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}