-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "miauwiki",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"axios": "^1.1.3",
"cookies": "^0.8.0",
"date-fns": "^2.29.3",
"discord.js": "^14.6.0",
"framer-motion": "^7.6.6",
"mongodb": "^4.11.0",
"next": "^13.0.2",
"next-seo": "^5.14.1",
"prism-themes": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-sectionize": "^1.1.1",
"remark-wiki-link": "^1.0.4",
"simple-oauth2": "^5.0.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/cookies": "^0.7.7",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/simple-oauth2": "^4.1.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.7.1"
}
}