-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.31 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
{
"name": "mtr-today-web",
"version": "1.16.9",
"repository": "https://github.com/mtr-today/mtr-today-web.git",
"author": "marklai1998 <[email protected]>",
"license": "MIT",
"type": "module",
"engines": {
"node": "^22.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "tsc",
"lint": "eslint src",
"pre-commit": "pnpm lint-staged",
"pre-push": "tsc",
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/icons": "2.2.4",
"@chakra-ui/react": "2.10.3",
"@dnd-kit/core": "6.1.0",
"@dnd-kit/utilities": "3.2.2",
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@react-hookz/web": "24.0.4",
"@tanstack/react-query": "5.59.17",
"@tanstack/react-router": "1.78.2",
"color": "4.2.3",
"constate": "3.3.2",
"dayjs": "1.11.13",
"framer-motion": "11.11.11",
"graphql": "16.9.0",
"graphql-request": "7.1.2",
"i18next": "23.16.4",
"mtr-kit": "1.13.6",
"ramda": "0.30.1",
"react": "18.3.1",
"react-children-utilities": "2.10.0",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"react-i18next": "15.1.0",
"react-icons": "5.3.0",
"react-zoom-pan-pinch": "3.6.1",
"simplex-noise": "4.0.3",
"svg-round-corners": "0.4.3"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@spotify/eslint-config": "15.0.0",
"@tanstack/eslint-plugin-query": "5.59.7",
"@types/color": "4.2.0",
"@types/ramda": "0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-helmet": "6.1.11",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "4.3.3",
"eslint": "8.57.1",
"eslint-plugin-fp": "2.3.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"husky": "9.1.6",
"import-sort-cli": "6.0.0",
"import-sort-parser-babylon": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"import-sort-style-module": "6.0.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"sitemap": "8.0.0",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-pwa": "0.20.5"
},
"packageManager": "[email protected]"
}