-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 1.95 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
{
"name": "lyffcsaver",
"version": "1.0.0",
"homepage": "https://stcvit.github.io/Lyffcsaver/",
"private": true,
"dependencies": {
"@react-pdf/renderer": "^2.0.17",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.0.1",
"fuse.js": "^6.4.6",
"html2canvas": "^1.0.0",
"jspdf": "^2.3.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^2.0.3",
"react-dom": "^17.0.2",
"react-joyride": "^2.3.0",
"react-paginate": "^8.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^2.1.2",
"xlsx": "^0.17.0"
},
"scripts": {
"start": "react-scripts start",
"build": "yarn run load && react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"load": "node ./scripts/parseAndLoadAddingIDs.js \"./scripts/course-allocation/Winter 2021 - 22 Complete Course Allocation Report.xlsx\" ./src/data/",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"lint-staged": {
"*.js": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && pretty-quick --staged"
}
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.23.2",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"jest": "^27.0.6",
"lint-staged": "^12.1.2",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
"jest": {
"verbose": true,
"transform": {}
},
"proxy": "http://localhost:3001"
}