-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "maintainermonth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"fathom-client": "^3.6.0",
"gray-matter": "^4.0.3",
"jimp": "^1.6.0",
"markdown-it": "^13.0.2",
"next": "^14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"babel-jest": "^29.7.0",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"jest": "^29.7.0",
"jest-css-modules": "^2.1.0",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2"
},
"overrides": {
"xml2js": "^0.6.0"
},
"resolutions": {
"jimp/@jimp/plugins/@jimp/plugin-print/load-bmfont/parse-bmfont-xml/xml2js": "^0.6.0"
}
}