-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
38
{
"name": "lt-group-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@mui/styles": "^5.4.4",
"axios": "^0.26.0",
"dotenv": "^16.0.0",
"dotenv-webpack": "^7.1.0",
"eslint-plugin-prettier": "^4.0.0",
"moment": "^2.29.1",
"next": "12.1.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"recoil": "^0.6.1",
"terser-webpack-plugin": "^5.3.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@next/eslint-plugin-next": "^12.1.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.5.1"
}
}