-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "travming-website",
"version": "0.3.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@date-io/dayjs": "1.x",
"@material-ui/core": "^4.12.4",
"@material-ui/pickers": "^3.3.10",
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.27.2",
"axios-cache-adapter": "^2.7.3",
"dayjs": "^1.11.3",
"fast-blurhash": "^1.0.1",
"framer-motion": "^7.6.1",
"jsonwebtoken": "^8.5.1",
"localforage": "^1.10.0",
"localforage-memoryStorageDriver": "^0.9.2",
"mongoose": "^6.5.0",
"mongoose-paginate-v2": "^1.7.1",
"next": "^12.3.1",
"react": "^18.2.0",
"react-activity": "^2.1.1",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^7.2.6",
"react-reveal": "^1.2.2",
"react-simple-snackbar": "^1.1.11",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"rss-parser": "^3.12.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.6.0",
"eslint-config-next": "12.0.8"
}
}