-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.72 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
{
"name": "pianobar-next",
"description": "pianobar.hu rework in gatsby and react",
"version": "1.0.1",
"author": "Zoltán Bedi <[email protected]>",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint src && tsc --noEmit",
"format": "prettier --write 'src/**/*.ts(x)'"
},
"dependencies": {
"gatsby": "5.13.4",
"gatsby-plugin-google-gtag": "5.13.1",
"gatsby-plugin-image": "3.13.1",
"gatsby-plugin-manifest": "5.13.1",
"gatsby-plugin-netlify": "5.1.1",
"gatsby-plugin-offline": "6.13.2",
"gatsby-plugin-react-svg": "3.3.0",
"gatsby-plugin-sass": "6.13.1",
"gatsby-plugin-sharp": "5.13.1",
"gatsby-plugin-svgr-loader": "^0.1.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "5.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-slick": "^0.30.2",
"react-transition-group": "4.4.5",
"sass": "1.77.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/node": "20.12.11",
"@types/react": "18.3.2",
"@types/react-dom": "18.3.0",
"@types/react-helmet": "6.1.11",
"@types/react-slick": "^0",
"@types/react-transition-group": "4.4.10",
"@types/slick-carousel": "^1",
"eslint": "^9.3.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"gatsby-plugin-graphql-codegen": "3.1.1",
"graphql": "16.8.1",
"prettier": "3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/B3zo0/pianobar.hu.git"
},
"packageManager": "[email protected]"
}