-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.75 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.75 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "devily",
"private": true,
"scripts": {
"dev": "NODE_ENV=development next dev -p 5000",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start -p 80",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@karrotframe/navigator": "^0.20.0",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.3.1",
"@mui/styled-engine-sc": "^5.3.0",
"@mui/system": "^5.4.2",
"@reduxjs/toolkit": "^1.7.2",
"@types/react-redux": "^7.1.22",
"algoliasearch": "^4.12.1",
"axios": "^0.25.0",
"browser-image-compression": "^1.0.17",
"firebase": "^9.6.6",
"firebase-admin": "^10.0.2",
"firebase-tools": "^10.1.4",
"framer-motion": "^6.2.3",
"http-proxy-middleware": "^2.0.3",
"isomorphic-unfetch": "^3.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"next": "^12.0.9",
"next-redux-wrapper": "^7.0.5",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.0",
"react-intersection-observer": "^8.33.1",
"react-loading": "^2.0.3",
"react-moment": "^1.1.1",
"react-redux": "^7.2.6",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"screenfull": "^6.0.1",
"styled-components": "^5.3.3",
"swiper": "^7.4.1"
},
"devDependencies": {
"@faker-js/faker": "^6.0.0-alpha.6",
"@types/lodash": "^4.14.178",
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"nookies": "^2.5.2",
"prettier": "^2.5.1",
"typescript": "4.5.5"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}