forked from github/maintainermonth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 860 Bytes
/
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
{
"name": "maintainermonth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"clsx": "^1.1.1",
"dayjs": "^1.11.0",
"gray-matter": "^4.0.3",
"jimp": "^0.16.1",
"markdown-it": "^12.3.2",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.0",
"babel-jest": "^27.5.1",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"jest": "^27.5.1",
"jest-css-modules": "^2.1.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0"
}
}