-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "nextfront",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.5",
"@floating-ui/dom": "^0.5.2",
"@reduxjs/toolkit": "^1.8.2",
"classnames": "^2.3.1",
"dompurify": "^2.3.8",
"lodash": "^4.17.21",
"lucide-react": "^0.49.0",
"marked": "^4.0.16",
"neverthrow": "^4.3.1",
"next": "12.1.6",
"react": "18.1.0",
"react-click-away-listener": "^2.2.1",
"react-dom": "18.1.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0"
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"msw": "^0.41.1",
"next-compose-plugins": "^2.2.1",
"next-plugin-svgr": "^1.1.1",
"sass": "^1.52.1",
"typescript": "^4.7.2"
},
"msw": {
"workerDirectory": "public"
}
}