-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage",
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.6",
"bootstrap": "^5.3.3",
"gray-matter": "^4.0.3",
"html-react-parser": "^3.0.16",
"next": "^14.2.5",
"react": "18.2.0",
"react-bootstrap": "^2.10.4",
"react-copy-to-clipboard": "5.1.0",
"react-debounce-input": "3.3.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-highlight": "^6.0.0",
"remark-frontmatter": "^4.0.1",
"remove-markdown": "^0.5.0",
"sass": "^1.77.8"
},
"devDependencies": {
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@types/react": "^18.3.3",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"husky": "^8.0.3",
"identity-obj-proxy": "3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "13.0.3",
"next-mdx-remote": "^4.4.1",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.2.2",
"ts-node": "10.9.1",
"typescript": "^4.9.5"
}
}