-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.03 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
{
"name": "kumande",
"version": "1.0.0",
"private": true,
"description": "kumande",
"author": "Leonardho R Sitanggang",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -p 3001",
"start": "gatsby develop -p 3001",
"build": "gatsby build -p 3001",
"serve": "gatsby serve -p 3001",
"clean": "gatsby clean",
"test": "jest"
},
"dependencies": {
"@firebase/storage": "^0.12.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@mui/x-data-grid": "^7.11.1",
"@react-pdf/renderer": "^4.0.0",
"autoprefixer": "^10.4.14",
"babel-jest": "^29.7.0",
"bootstrap": "^5.3.2",
"firebase": "^10.12.2",
"fullcalendar": "^6.1.10",
"gatsby": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-postcss": "^6.11.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"google-map-react": "^2.2.1",
"jest-localstorage-mock": "^2.4.26",
"jquery": "^3.7.1",
"multi-range-slider-react": "^2.0.7",
"postcss": "^8.4.24",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-data-table-component": "^7.6.2",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"sass": "^1.77.6",
"stream-browserify": "^3.0.0",
"sweetalert2": "^11.12.0",
"tailwindcss": "^3.3.2",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-sixteen": "^2.0.0",
"react-styleguidist": "^13.1.3",
"resize-observer-polyfill": "^1.5.1",
"util": "^0.12.5"
}
}