-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.51 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
{
"name": "graasp-association",
"private": true,
"description": "Landing page for the Graasp Association.",
"version": "0.1.0",
"author": "Graasp",
"contributors": [
"Hagop Taminian",
"Juan Carlos Farah",
"Hassan Abdul Ghaffar",
"Julien Torrent",
"Jérémy La Scala"
],
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@graasp/sdk": "1.1.3",
"@graasp/translations": "1.25.3",
"@graasp/ui": "4.8.5",
"@mui/icons-material": "5.15.21",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.15.21",
"@svgr/webpack": "^8.1.0",
"dotenv": "16.4.5",
"gatsby": "5.13.7",
"gatsby-background-image": "1.6.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"i18next": "23.10.1",
"next": "14.1.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-collapsible": "^2.10.0",
"react-dom": "^18.2.0",
"react-elastic-carousel": "0.11.5",
"react-ga4": "2.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "14.0.8",
"react-router-dom": "6.22.3",
"react-ui-scrollspy": "2.3.0",
"styled-components": "^6.1.8",
"stylis-plugin-rtl": "2.1.1"
},
"keywords": [
"graasp",
"gatsby"
],
"engines": {
"node": ">=18"
},
"license": "AGPL-3.0-only",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"start": "npm run dev",
"format": "prettier --write \"src/**/*.js\"",
"clean": "rm -rf .cache && rm -rf public",
"lint": "eslint .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@types/react-anchor-link-smooth-scroll": "1.0.5",
"babel-plugin-styled-components": "2.1.4",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.4",
"husky": "^9.0.11",
"prettier": "3.3.3",
"pretty-quick": "4.0.0"
}
}