-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "typer-io-web",
"version": "0.0.1",
"private": true,
"homepage": "https://typer.io/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "2.0.1",
"@reduxjs/toolkit": "^1.9.1",
"framer-motion": "^8.0.2",
"js-cookie": "^3.0.1",
"nanoid": "^4.0.0",
"next": "^13.4.8",
"next-cookies": "^2.0.3",
"next-redux-wrapper": "^8.1.0",
"nextjs-google-analytics": "^2.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"socket.io-client": "^3.1.2"
},
"devDependencies": {
"@babel/core": "7.21.0",
"@babel/eslint-parser": "^7.15.0",
"@types/js-cookie": "^2.2.6",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
"@types/react-redux": "^7.1.16",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"typescript": "^4.9.3"
}
}