-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 920 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
36
37
{
"name": "cat-wiki",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.7",
"@q42/floating-focus-a11y": "^1.3.3",
"classnames": "^2.3.1",
"focus-trap-react": "^8.9.2",
"nanoid": "^3.3.3",
"next": "12.1.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-focus-lock": "^2.8.1",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^7.32.0",
"eslint-config-next": "12.1.5",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"typescript": "^4.6.3"
}
}