-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"name": "kyle-bacon-creative-v3",
"private": true,
"description": "Portfolio Site",
"version": "3.1.0",
"author": "Kyle Bacon",
"bugs": {
"url": "https://github.com/l3aconator/kylebaconcreative-v3/issues"
},
"dependencies": {
"@netlify/plugin-gatsby": "3.2.2",
"gatsby": "4.16.0",
"gatsby-image": "3.11.0",
"gatsby-plugin-feed": "4.16.0",
"gatsby-plugin-google-analytics": "4.16.0",
"gatsby-plugin-image": "2.16.1",
"gatsby-plugin-manifest": "4.16.0",
"gatsby-plugin-netlify": "5.0.0",
"gatsby-plugin-offline": "5.16.0",
"gatsby-plugin-react-helmet": "5.16.0",
"gatsby-plugin-sass": "5.16.0",
"gatsby-plugin-sharp": "4.16.1",
"gatsby-plugin-typography": "4.16.0",
"gatsby-remark-copy-linked-files": "5.16.0",
"gatsby-remark-images": "6.16.0",
"gatsby-remark-prismjs": "6.16.0",
"gatsby-remark-responsive-iframe": "5.16.0",
"gatsby-remark-smartypants": "5.16.0",
"gatsby-source-filesystem": "4.16.0",
"gatsby-transformer-remark": "5.16.0",
"gatsby-transformer-sharp": "4.16.0",
"prismjs": "1.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"sass": "1.52.3",
"swiper": "^8.2.4"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-plugin-react": "7.30.0",
"prettier": "2.7.1",
"stylelint": "14.9.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-prettier": "2.0.0"
},
"homepage": "https://github.com/l3aconator/kylebaconcreative-v3#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/l3aconator/kylebaconcreative-v3.git"
},
"scripts": {
"dev": "gatsby develop",
"clean": "gatsby clean",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}