-
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.41 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.41 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": "htmlash-app",
"version": "0.1.0",
"dependencies": {
"chalk": "^4.1.1",
"classnames": "^2.3.1",
"contentful-export": "^7.12.13",
"contentful-import": "^8.1.6",
"gatsby": "^3.4.1",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-cli": "^3.4.1",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-breakpoints": "^1.3.3",
"gatsby-plugin-catch-links": "^3.4.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-netlify": "^2.1.32",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^4.4.0",
"gatsby-plugin-schema-snapshot": "^2.5.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-sitemap": "^4.0.0",
"gatsby-remark-autolink-headers": "^4.1.0",
"gatsby-remark-images-contentful": "^4.1.0",
"gatsby-remark-prismjs": "^5.1.0",
"gatsby-source-contentful": "^5.4.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-source-instagram-all": "^5.2.1",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.4.0",
"i": "^0.3.6",
"inquirer": "^8.0.0",
"lodash": "^4.17.21",
"node-sass": "^7.0.0",
"npm": "^7.13.0",
"path": "^0.12.7",
"prismjs": "^1.27.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"sass": "^1.32.12",
"shortid": "^2.2.16"
},
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "yarn run lint:css && yarn run lint:js && yarn run check-pretty",
"setup": "node ./bin/setup.js",
"lint:js": "eslint --ext .js,.jsx .",
"lint:css": "stylelint 'src/**/*.js'",
"check-pretty": "prettier --list-different {,src/**/}*.{js,jsx,json,css,scss}",
"format": "prettier --write \"src/**/*.js\"",
"clean": "gatsby clean"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-gatsby-standard": "^3.0.2",
"prettier": "^2.2.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.9.0"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
}
}