-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.49 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
{
"private": true,
"homepage": "https://raeperd.github.io/nextjs-paper",
"scripts": {
"dev": "next",
"lint": "next lint",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "jest",
"typecheck": "tsc"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.21.3",
"disqus-react": "^1.1.2",
"gray-matter": "4.0.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.2",
"react-syntax-highlighter": "^15.4.5",
"rehype-katex": "^6.0.2",
"rehype-raw": "^6.1.1",
"remark": "13.0.0",
"remark-gfm": "^3.0.1",
"remark-html": "13.0.1",
"remark-math": "^5.1.1",
"typescript": "^4.2.4",
"usehooks-ts": "^2.2.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-syntax-highlighter": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "10.4.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.0.7",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.7",
"tailwindcss": "3.0.5"
}
}