-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.2 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.2 KB
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
{
"name": "taylorradtke.com",
"private": true,
"description": "Personal Portfolio 2019",
"version": "2.0.0",
"author": "Taylor Radtke",
"dependencies": {
"ajv": "^8.17.1",
"ajv-keywords": "^5.1.0",
"babel-plugin-styled-components": "^2.1.4",
"date-fns": "^2.8.1",
"dotenv": "^16.3.1",
"gatsby": "^5.12.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^5.12.0",
"gatsby-plugin-google-fonts-v2": "^1.0.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.12.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-offline": "^6.12.0",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-source-graphql": "^3.0.0",
"gatsby-transformer-javascript-frontmatter": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"lodash": "^4.17.21",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.29.0",
"react-use": "^17.5.1",
"slick-carousel": "^1.8.1",
"smooth-scroll": "^16.1.3",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^4.4.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --verbose",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint ./src --fix",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"resolutions": {
"@babel/plugin-transform-spread": "7.12.1"
},
"repository": {
"type": "git",
"url": "https://github.com/radtket/taylorradtke.com"
}
}