-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.31 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
{
"version": "3.0.3",
"name": "nicu-personal-blog",
"description": "Thoughts, opinionins and rants",
"scripts": {
"develop": "yarn run clean && gatsby develop",
"build": "yarn run clean && gatsby build",
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
"lint:js": "eslint --cache --ext .js,.jsx .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\""
},
"repository": "https://github.com/ecyshor/nicu.dev",
"author": "Nicu Reut <[email protected]>",
"license": "MIT",
"keywords": [],
"dependencies": {
"@alxshelepenok/diesel": "^1.0.1224",
"@alxshelepenok/diesel-extensions": "^1.0.1147",
"abab": "^2.0.6",
"classnames": "^2.5.1",
"disqus-react": "^1.1.5",
"gatsby": "^4.25.8",
"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": "^5.1.1",
"gatsby-plugin-offline": "^5.25.0",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.25.0",
"gatsby-remark-autolink-headers": "^5.25.0",
"gatsby-remark-copy-linked-files": "^5.25.0",
"gatsby-remark-embed-url": "1.1.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.25.0",
"gatsby-remark-katex": "^7.13.1",
"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",
"katex": "^0.16.9",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@alxshelepenok/eslint-config": "^1.0.414",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@jest/globals": "^29.6.4",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@swc/core": "^1.4.1",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^8.20.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^13.4.0",
"@types/gatsby-transformer-remark": "^2.9.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-test-renderer": "^18.0.7",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.17",
"browserslist": "^4.22.3",
"codecov": "^3.8.3",
"concurrently": "^8.2.2",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"husky": "8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.6.4",
"jest-cli": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-svg-transformer": "^1.0.0",
"lint-staged": "^15.2.2",
"lost": "9.0.2",
"postcss": "^8.4.35",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.10",
"react-test-renderer": "^18.2.0",
"rimraf": "5.0.5",
"sass": "^1.70.0",
"semantic-release": "^23.0.2",
"source-map-support": "^0.5.21",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^5.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18"
}
}