forked from CEOS-Developers/react-vote-16th
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 894 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": "react-vote-16th",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@picocss/pico": "^1.5.6",
"@reduxjs/toolkit": "^1.9.1",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"axios": "^1.2.0",
"cookie": "^0.5.0",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"jsonwebtoken": "^8.5.1",
"next": "13.0.5",
"next-auth": "^4.18.6",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/redux-persist": "^4.3.1"
}
}