-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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": "ccs-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dicebear/collection": "^5.3.5",
"@dicebear/core": "^5.3.5",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.1",
"@react-spring/web": "^9.4.2",
"@use-gesture/react": "^10.2.5",
"axios": "^0.25.0",
"axios-auth-refresh": "^3.2.1",
"cookie": "^0.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"joi": "^17.6.0",
"libphonenumber-js": "^1.9.47",
"lodash": "^4.17.21",
"next": "12.0.7",
"nookies": "^2.5.2",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-chrome-dino": "^0.1.3",
"react-countdown": "^2.3.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
"react-scroll": "^1.8.4",
"remark-gfm": "^3.0.1",
"sharp": "^0.30.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13"
}
}