-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.61 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
{
"name": "karol-waliszewski-portfolio",
"private": true,
"description": "Personal portfolio",
"version": "0.1.0",
"author": "Karol Waliszewski <karolwaliszewski@gmail.com>",
"dependencies": {
"axios": "^1.2.1",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"gatsby": "^5.3.2",
"gatsby-plugin-canonical-urls": "^5.3.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-nprogress": "^5.3.0",
"gatsby-plugin-offline": "^6.3.1",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-plugin-styled-components": "^6.3.0",
"gatsby-plugin-typescript": "^5.3.1",
"gatsby-remark-images": "^7.3.1",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-reveal": "^1.2.2",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^5.3.6",
"swiper": "^6.7.5",
"typescript": "^4.9.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react-helmet": "^6.1.6",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.29.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.2.0",
"gatsby-plugin-eslint": "^4.0.3",
"prettier": "^2.8.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"types": "./node_modules/typescript/bin/tsc --noEmit --skipLibCheck",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Karol-Waliszewski/gatsby-starter-typescript-styled-components"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}