-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "manager-front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.0",
"@mui/styled-engine-sc": "^5.8.0",
"axios": "^0.27.2",
"next": "12.1.6",
"randomcolor": "^0.6.2",
"react": "18.1.0",
"react-currency-masked-input": "^2.5.0",
"react-dom": "18.1.0",
"react-icons": "^4.3.1",
"react-js-loader": "^0.1.0",
"react-loading": "^2.0.3",
"react-minimal-pie-chart": "^8.3.0",
"react-number-format": "^4.9.3",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.14"
},
"devDependencies": {
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}