-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.1 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"homepage": "frlive.prium.me",
"name": "falcon-react",
"version": "4.1.0",
"private": true,
"dependencies": {
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@emoji-mart/react": "^1.0.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fullcalendar/bootstrap": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/list": "^5.11.3",
"@fullcalendar/react": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@googlemaps/google-maps-services-js": "^3.3.31",
"@react-google-maps/api": "^2.17.1",
"@react-leaflet/core": "^2.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@tinymce/tinymce-react": "^4.2.0",
"axios": "^1.4.0",
"bootstrap": "^5.2.2",
"chart.js": "^4.0.1",
"classnames": "^2.3.1",
"d3": "^7.6.1",
"dayjs": "^1.10.6",
"echarts": "^5.2.1",
"echarts-for-react": "^3.0.1",
"emoji-mart": "^5.3.3",
"fuse.js": "^6.4.6",
"is_js": "^0.9.0",
"leaflet": "^1.9.3",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.tilelayer.colorfilter": "^1.2.5",
"lottie-react": "^2.3.1",
"plyr": "^3.6.8",
"prism-react-renderer": "^1.2.1",
"rc-slider": "^9.7.2",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.7.2",
"react-chartjs-2": "^5.0.1",
"react-countup": "^6.0.0",
"react-datepicker": "^4.8.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.3.4",
"react-error-overlay": "6.0.9",
"react-hook-form": "^7.40.0",
"react-icons": "^4.3.1",
"react-leaflet": "^4.2.1",
"react-leaflet-drift-marker": "^4.0.0",
"react-leaflet-tracking-marker": "^1.0.16",
"react-live": "^2.3.0",
"react-player": "^2.9.0",
"react-range": "^1.8.14",
"react-rating": "^2.0.5",
"react-router-dom": "^6.8.1",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.29.0",
"react-table": "^7.8.0",
"react-text-mask": "^5.5.0",
"react-textarea-autosize": "^8.4.0",
"react-toastify": "^9.1.1",
"react-use-scrollspy": "^3.0.2",
"simplebar-react": "^2.4.1",
"slick-carousel": "^1.8.1",
"uuid": "^8.3.2",
"video.js": "^7.14.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build && cp ./build/index.html ./build/404.html",
"deploy": "echo https://falconreact.prium.me > ./build/CNAME && gh-pages -d build",
"deploy:beta": "echo frlive.prium.me > ./build/CNAME && gh-pages -d build -r git@github.com:prium/falcon-react-alpha2.git",
"deploy:eighteen": "echo falconreact18.prium.me > ./build/CNAME && gh-pages -d build -r git@github.com:prium/falcon-react18.git",
"build:css": "webpack --config webpack.config.js",
"watch:css": "webpack --config webpack.config.js --watch"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"clean-webpack-plugin": "^4.0.0-alpha.0",
"css-loader": "^4.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"gh-pages": "^3.2.3",
"mini-css-extract-plugin": "^0.11.3",
"prettier": "^2.3.2",
"sass": "^1.38.0",
"sass-loader": "^10.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^4.6.0",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-rtl-plugin": "^2.0.0"
}
}