-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "frontend",
"version": "8.1.0",
"description": "React frontend for the Cards 110",
"author": "Daithi Hearn",
"license": "MIT",
"private": true,
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@availity/block-ui": "1.1.3",
"@coreui/coreui": "5.0.0",
"@coreui/icons": "3.0.1",
"@coreui/react": "5.0.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.15",
"@mui/material": "5.15.15",
"@mui/x-data-grid": "7.3.0",
"@popperjs/core": "2.11.8",
"@reduxjs/toolkit": "2.2.3",
"@tanstack/react-query": "^5.29.2",
"@types/jest": "29.5.12",
"@types/jwt-decode": "^3.1.0",
"@types/node": "20.12.7",
"@types/react": "18.2.79",
"@types/react-avatar-editor": "13",
"@types/react-dom": "18.2.25",
"@types/react-router-dom": "5.3.3",
"axios": "1.6.8",
"bootstrap": "5.3.3",
"chart.js": "4.4.2",
"core-js": "3.37.0",
"crypto-js": "4.2.0",
"font-awesome": "4.7.0",
"heic2any": "0.0.4",
"jwt-decode": "^4.0.0",
"moment": "2.30.1",
"notistack": "3.0.1",
"react": "18.2.0",
"react-avatar-editor": "13.0.2",
"react-beautiful-dnd": "13.1.1",
"react-chartjs-2": "5",
"react-confetti": "6.1.0",
"react-dom": "18.2.0",
"react-redux": "9.1.1",
"react-router": "6.22.3",
"react-router-config": "5.1.1",
"react-router-dom": "6.22.3",
"react-viewer": "3.2.2",
"semantic-ui-css": "2.5.0",
"simple-line-icons": "2.5.5",
"styled-components": "6.1.8",
"typescript": "5.4.5",
"uuid-random": "1.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/crypto-js": "4.2.2",
"@types/enzyme": "3.10.18",
"@types/enzyme-adapter-react-16": "1.0.9",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-loadable": "5.5.11",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.8",
"jest-junit": "^16.0.0",
"node-sass-chokidar": "2.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.2.5",
"react-scripts": "5.0.1",
"ts-jest": "^29.1.2"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules ./src/scss -o ./src/scss --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:coverage": "react-scripts test --env=jsdom --coverage --watchAll=false",
"eject": "react-scripts eject",
"format": "yarn prettier --write src",
"format:check": "yarn prettier --check src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}