-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.09 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.09 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
58
59
60
61
62
63
64
65
66
{
"name": "react-starter",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "parcel src/index.html src/attendance/index.html src/bill-tracker/index.html src/overview/index.html && npm run copy",
"build": "parcel build src/index.html src/attendance/index.html src/bill-tracker/index.html src/overview/index.html && npm run copy",
"deploy": "netlify deploy",
"copy": "cp -r src/data dist && cp -r src/assets dist",
"attendance:update": "node utils/update-attendance-data.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@lueton/react-sparklines": "^2.1.1",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@popperjs/core": "^2.11.8",
"@visx/annotation": "^3.12.0",
"@visx/axis": "^3.12.0",
"@visx/curve": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/voronoi": "^3.12.0",
"axios": "^1.11.0",
"bootstrap": "^5.3.8",
"d3": "^7.9.0",
"global": "^4.4.0",
"papaparse": "^5.5.3",
"rc-slider": "^11.1.8",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.3.1",
"react-use-measure": "^2.1.7",
"rsuite": "^5.83.3"
},
"devDependencies": {
"@parcel/config-default": "2.16.0",
"@parcel/transformer-sass": "2.16.0",
"@types/node": "^22.18.0",
"assert": "^2.1.0",
"autoprefixer": "^10.4.21",
"buffer": "^5.7.1",
"console-browserify": "^1.2.0",
"csv-parse": "^5.6.0",
"dotenv": "^17.2.1",
"fast-csv": "^5.0.5",
"netlify-cli": "^17.38.1",
"parcel": "2.16.0",
"path-browserify": "^1.0.1",
"pg": "^8.16.3",
"postcss": "^8.5.6",
"process": "^0.11.10",
"util": "^0.12.5"
},
"proxy": "https://api.pmg.org.za",
"packageManager": "yarn@4.10.3"
}