-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.28 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
{
"name": "require-podcast",
"private": true,
"description": "Polski podcast na temat JavaScriptu i nie tylko. \"Na luzie\" o technologiach frontendowych, przez nowości ze świata IT, po frameworki na backendzie!",
"version": "2.1.0",
"author": "Adam Siekierski & Artur Dudek",
"dependencies": {
"@fontsource/fira-code": "4.1.0",
"@mdi/js": "5.9.55",
"@mdi/react": "1.4.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"clsx": "1.1.1",
"date-fns": "2.12.0",
"dotenv": "8.2.0",
"feed": "^4.2.2",
"gatsby": "2.31.1",
"gatsby-image": "2.10.0",
"gatsby-plugin-google-gtag": "2.7.0",
"gatsby-plugin-manifest": "2.11.0",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-offline": "3.9.0",
"gatsby-plugin-react-helmet": "3.9.0",
"gatsby-plugin-sass": "3.1.0",
"gatsby-plugin-sharp": "2.13.1",
"gatsby-plugin-sitemap": "2.11.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-filesystem": "2.10.0",
"gatsby-source-git": "1.1.0",
"gatsby-transformer-sharp": "2.11.0",
"polished": "4.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-spinner-material": "1.3.1",
"react-ticker": "1.2.2",
"sass": "1.32.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.0.3",
"@types/jest": "26.0.20",
"@types/mdx-js__react": "^1.5.3",
"@types/react-helmet": "6.1.0",
"@types/react-test-renderer": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"babel-jest": "26.6.3",
"babel-preset-gatsby": "0.11.0",
"eslint-config-react-app": "6.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"prettier": "2.0.2",
"react-test-renderer": "17.0.1",
"typescript": "4.1.3"
},
"keywords": [
"require podcast",
"podcast",
"javascript",
"podkast",
"typescript",
"fullstack",
"website"
],
"scripts": {
"build": "gatsby clean && gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
}
}