forked from hkbus/hk-independent-bus-eta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.27 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
{
"name": "hk-independent-bus-eta",
"version": "11.2.0",
"private": true,
"scripts": {
"start": ". ./scripts/prebuild.sh; vite --force",
"build": ". ./scripts/prebuild.sh; tsc && vite build",
"production-build": "yarn build && node scripts/sitemap-generator.js && node scripts/pre-rendering.js",
"render": "node scripts/pre-rendering.js",
"deploy": "yarn build && gh-pages -d build -t -f -a",
"full-deploy": "yarn production-build && gh-pages -d build -t -f -a",
"alpha-deploy": "yarn build && gh-pages -d build --remote alpha -t -f -a",
"alpha-full-deploy": "yarn production-build && gh-pages -d build --remote alpha -t -f -a",
"docker": "cd docker && docker-compose up -d --build",
"docker:build": "docker build . --pull --build-arg $(sed 's:#.*$::g' docker/.env | sed '/^\\s*$/d' | sed ':a;N;$!ba;s/\\n/ --build-arg /g')",
"docker:build-noenv": "docker build . --pull --build-arg $(sed 's:#.*$::g' .env | sed '/^\\s*$/d' | sed ':a;N;$!ba;s/\\n/ --build-arg /g')",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/styles": "^5.8.4",
"@mui/x-date-pickers": "^6.5.0",
"@types/plotly.js-basic-dist": "^1.54.4",
"core-js": "^3.23.1",
"dayjs": "^1.11.7",
"dom-to-image": "^2.6.0",
"hk-bus-eta": "^3.5.4",
"i18next": "^23.10.0",
"immer": "^9.0.15",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-rotatedmarker": "^0.2.0",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lzutf8-light": "^0.6.2",
"merge-images": "^2.0.0",
"plotly.js-basic-dist": "^2.30.0",
"proj4": "^2.7.4",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-i18next": "^14.0.5",
"react-leaflet": "^4.2.1",
"react-markdown": "^8.0.7",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-select": "^5.3.2",
"react-swipeable-views": "^0.14.0",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.6",
"react-world-compass": "^1.1.1",
"remark-gfm": "^3.0.1",
"string-similarity": "^4.0.4",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/dom-to-image": "^2.6.7",
"@types/i18next": "^13.0.0",
"@types/jest": "^28.1.2",
"@types/leaflet": "^1.7.11",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/merge-images": "^1.2.4",
"@types/node": "^18.0.0",
"@types/proj4": "^2.5.2",
"@types/puppeteer": "^5.4.6",
"@types/react": "^18.2.63",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-dom": "^18.2.19",
"@types/react-i18next": "^8.1.0",
"@types/react-leaflet": "^3.0.0",
"@types/react-plotly.js": "^2.6.3",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.5",
"@types/string-similarity": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"clean-css": "^5.3.0",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"express": "^4.18.1",
"gh-pages": "^6.1.1",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"puppeteer": "^14.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.19.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"homepage": "https://hkbus.app/",
"license": "GPL-3.0-only",
"type": "module"
}