-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.57 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
{
"name": "qs-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"api": "json-server --watch QS-Mock-Backend/db.json --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/public-sans": "^4.5.11",
"@mui/joy": "^5.0.0-alpha.54",
"@nextui-org/react": "^1.0.0-beta.10",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.0.0",
"chart.js": "^3.9.1",
"json-server": "^0.17.1",
"lodash": "^4.17.21",
"next": "12.3.1",
"next-redux-wrapper": "^8.0.0",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-grid-layout": "^1.3.4",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.0",
"@types/lodash": "^4.14.185",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-grid-layout": "^1.3.2",
"autoprefixer": "^10.4.13",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"jest": "^29.2.1",
"jest-environment-jsdom": "^29.2.1",
"postcss": "^8.4.20",
"sass": "^1.54.9",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"typescript": "4.8.3"
}
}