-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 5.18 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "gatsby-starter-lumen",
"version": "1.4.425",
"description": "A constantly evolving and thoughtful architecture for creating static blogs with Gatsby",
"keywords": [
"gatsby",
"graphql",
"react",
"blog"
],
"repository": {
"type": "git",
"url": "https://github.com/alxshelepenok/gatsby-starter-lumen.git"
},
"license": "MIT",
"author": "Alexander Shelepenok <[email protected]>",
"scripts": {
"build": "npm run clean && gatsby build",
"clean": "rimraf .cache public",
"format": "npm run format:ts && npm run format:scss",
"format:scss": "stylelint \"src/**/*.scss\" --fix",
"format:ts": "eslint \"src\" --ext .tsx,.ts --fix && prettier --write .",
"lint": "npm run lint:ts && npm run lint:scss",
"lint:commit": "commitlint --edit",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint:staged": "lint-staged",
"lint:ts": "eslint \"src\" --ext .tsx,.ts && prettier --check .",
"prepare": "husky install",
"semantic-release": "semantic-release",
"serve": "gatsby serve",
"start": "npm run clean && gatsby develop",
"test": "jest --config ./internal/testing/jest-config.ts",
"test:coverage": "jest --coverage --config ./internal/testing/jest-config.ts",
"test:update-snapshot": "jest --updateSnapshot --config ./internal/testing/jest-config.ts",
"test:watch": "jest --watch --config ./internal/testing/jest-config.ts"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.{tsx?}": [
"npm run format:ts"
],
"*.{(sc|sa|c)ss}": [
"npm run format:scss"
]
},
"dependencies": {
"@alxshelepenok/diesel": "^1.0.755",
"@alxshelepenok/diesel-extensions": "^1.0.455",
"@sentry/gatsby": "^7.43.0",
"@sentry/tracing": "^7.43.0",
"abab": "^2.0.6",
"classnames": "^2.3.2",
"disqus-react": "^1.1.5",
"gatsby": "^4.25.5",
"gatsby-link": "^4.25.0",
"gatsby-plugin-catch-links": "^4.25.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-google-gtag": "^4.25.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-netlify-cms": "^7.7.0",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.0",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-remark-autolink-headers": "^5.25.0",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-prismjs": "^6.25.0",
"gatsby-remark-responsive-iframe": "^5.25.0",
"gatsby-remark-smartypants": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.25.0",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.202",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@jest/globals": "^29.5.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@swc/core": "^1.3.41",
"@swc/jest": "^0.2.24",
"@testing-library/dom": "^8.20.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/gatsby-transformer-remark": "^2.9.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-test-renderer": "^18.0.0",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"autoprefixer": "^10.4.14",
"browserslist": "^4.21.5",
"codecov": "^3.8.3",
"concurrently": "^7.6.0",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-svg-transformer": "^1.0.0",
"lint-staged": "^13.2.0",
"lost": "9.0.1",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.4",
"prettier-plugin-packagejson": "^2.4.3",
"react-test-renderer": "^18.2.0",
"rimraf": "4.4.0",
"sass": "^1.59.3",
"semantic-release": "^20.1.3",
"source-map-support": "^0.5.21",
"stylelint": "^15.3.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^4.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=v18.15.0"
}
}