-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
112 lines (112 loc) · 3.52 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "ftsrg-next",
"version": "1.0.0",
"description": "Kritikus Rendszerek Kutatócsoport statikusan generált portfolió weboldala",
"keywords": [
"gatsby",
"react",
"i18n",
"typescript",
"jest",
"bootstrap",
"community"
],
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/ftsrg/ftsrg.github.io"
},
"scripts": {
"analyze": "source-map-explorer 'public/*.js'",
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b master",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"serve": "gatsby serve",
"start": "npm run dev",
"test": "jest",
"type-check": "tsc"
},
"dependencies": {
"@babel/core": "7.21.5",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@popperjs/core": "2.11.7",
"@reach/router": "1.3.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "8.0.1",
"academicons": "https://github.com/jpswalsh/academicons#v1.9.3",
"babel-jest": "29.5.0",
"bootstrap": "5.2.3",
"classnames": "2.3.2",
"dotenv": "16.0.3",
"fs-extra": "11.1.1",
"gatsby": "5.9.0",
"gatsby-plugin-canonical-urls": "5.9.0",
"gatsby-plugin-emotion": "8.9.0",
"gatsby-plugin-gdpr-cookies": "2.0.9",
"gatsby-plugin-image": "3.9.0",
"gatsby-plugin-react-helmet": "6.9.0",
"gatsby-plugin-react-i18next": "3.0.1",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-robots-txt": "1.8.0",
"gatsby-plugin-sass": "6.9.0",
"gatsby-plugin-sharp": "5.9.0",
"gatsby-plugin-sitemap": "6.9.0",
"gatsby-plugin-ts-config": "2.1.3",
"gatsby-plugin-tsconfig-paths": "1.0.6",
"gatsby-remark-autolink-headers": "6.9.0",
"gatsby-remark-classes": "1.0.2",
"gatsby-remark-copy-linked-files": "6.9.0",
"gatsby-remark-images": "7.9.0",
"gatsby-remark-smartypants": "6.9.0",
"gatsby-source-filesystem": "5.9.0",
"gatsby-transformer-json": "5.9.0",
"gatsby-transformer-remark": "6.9.0",
"gatsby-transformer-sharp": "5.9.0",
"gatsby-transformer-yaml": "5.9.0",
"i18next": "22.4.15",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-bootstrap": "2.7.4",
"react-cookie-consent": "8.0.1",
"react-countup": "6.4.2",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-i18next": "12.2.2",
"react-icons": "4.8.0",
"react-slick": "0.29.0",
"react-visibility-sensor": "5.1.1",
"slick-carousel": "1.8.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.1",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-anchor-link-smooth-scroll": "1.0.2",
"@types/react-dom": "18.2.1",
"@types/react-helmet": "6.1.6",
"@types/react-slick": "0.23.10",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"babel-preset-gatsby": "3.9.0",
"eslint": "8.39.0",
"eslint-config-blvd": "1.2.1",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-prettier": "4.2.1",
"gh-pages": "5.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"prettier": "2.8.8",
"sass": "1.62.1",
"source-map-explorer": "2.5.3",
"ts-jest": "29.1.0"
}
}