-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
105 lines (105 loc) · 3.33 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "subvisual-blog",
"private": true,
"description": "Subvisual's blog",
"version": "0.1.0",
"author": "Subvisual Team <contact@subvisual.co>",
"scripts": {
"build": "gatsby build",
"lint": "eslint src",
"lint-styles": "stylelint 'src/**/*.css' 'src/**/*.scss'",
"postinstall": "cd plugins/seo-cover/ && yarn install",
"serve": "gatsby serve",
"start": "gatsby develop",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@babel/core": "^7.15.8",
"@subvisual/utils": "0.1.0",
"classnames": "^2.3.1",
"core-js": "^3.18.3",
"dateformat": "^5.0.3",
"gatsby": "^5.0.0",
"gatsby-plugin-feed": "^5.6.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-json-output": "^1.2.0",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-netlify-cms": "^7.6.0",
"gatsby-plugin-postcss": "^6.6.0",
"gatsby-plugin-react-helmet": "^6.6.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-twitter": "^5.6.0",
"gatsby-remark-copy-linked-files": "^6.6.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.6.0",
"gatsby-remark-prismjs": "^7.6.0",
"gatsby-remark-responsive-iframe": "^6.6.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-remark": "^6.6.0",
"gatsby-transformer-sharp": "^5.6.0",
"gatsby-transformer-yaml": "^5.6.0",
"include-media": "^2.0.0",
"intersection-observer": "0.12.2",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.15.72",
"postcss-url": "^10.1.3",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-announcement": "^1.1.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^9.4.2",
"react-scroll-parallax": "^3.3.2",
"react-share": "^4.4.0",
"react-slick": "^0.29.0",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.1",
"request": "^2.88.2",
"sass": "^1.43.2",
"seedrandom": "^3.0.5",
"slick-carousel": "^1.8.1",
"ua-parser-js": "^1.0.33",
"unified": "^10.1.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@types/react": "^18.0.28",
"@types/react-helmet": "^6.1.3",
"babel-plugin-root-import": "^6.6.0",
"babel-preset-gatsby": "^3.6.0",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2",
"prettier": "^2.4.1",
"stylelint": "^15.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.2",
"stylelint-prettier": "^2.0.0",
"svgo": "^3.0.2",
"typescript": "^4.4.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}