-
Notifications
You must be signed in to change notification settings - Fork 662
/
Copy pathpackage.json
82 lines (82 loc) · 2.66 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
{
"name": "lumen",
"version": "2.0.21",
"description": "A constantly evolving and thoughtful architecture for creating static blogs",
"keywords": [
"gatsby",
"graphql",
"react",
"blog"
],
"repository": {
"type": "git",
"url": "https://github.com/alxshelepenok/lumen.git"
},
"license": "MIT",
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"scripts": {
"test": "bun test",
"serve": "gatsby serve",
"release": "semantic-release",
"clean": "rimraf .cache public",
"build": "bun run clean && gatsby build",
"start": "bun run clean && gatsby develop",
"version": "bun ./internal/scripts/up-version.mjs"
},
"dependencies": {
"@alxshelepenok/diesel": "^1.0.1360",
"@alxshelepenok/diesel-extensions": "^1.0.1240",
"@sentry/gatsby": "^8.45.1",
"@sentry/tracing": "^7.114.0",
"classnames": "^2.5.1",
"gatsby": "^5.14.1",
"gatsby-link": "^5.14.1",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@happy-dom/global-registrator": "^16.3.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/bun": "^1.1.16",
"@types/gatsby-transformer-remark": "^2.9.4",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-test-renderer": "^19.0.0",
"@types/sass": "^1.45.0",
"autoprefixer": "^10.4.20",
"conventional-changelog-conventionalcommits": "8.0.0",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"react-test-renderer": "^18.3.1",
"rimraf": "6.0.1",
"sass": "1.75.0",
"semantic-release": "^24.2.0",
"source-map-support": "^0.5.21",
"typescript": "^5.7.3"
}
}