-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
142 lines (142 loc) · 4.3 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "tmx",
"license": "MIT",
"private": true,
"version": "3.0.54",
"type": "module",
"engines": {
"node": "20",
"pnpm": ">=8",
"npm": "please-use-pnpm"
},
"scripts": {
"analyze": "source-map-explorer 'dist/**/*.js'",
"build": "rimraf dist && tsc && vite build",
"build:dev": "rimraf dist && tsc && vite build --mode development",
"build:prod": "rimraf dist && tsc && vite build --mode production && npm version $(semver $npm_package_version -i patch) && pnpm prepublishOnly",
"check-types": "tsc --noEmit",
"commit": "git-cz",
"commitlint": "commitlint --edit",
"config": "node config.mjs",
"prepublishOnly": "./addVersion $npm_package_version",
"docs:publish": "pnpm build:prod && git checkout docs && cp -r dist/* docs && git add docs && git commit -m 'docs: update' && git push && git checkout main",
"format": "prettier --write src",
"lint": "eslint src --fix --cache",
"lint:staged": "TZ=UTC lint-staged",
"pre-commit": "lint-staged",
"prepare": "husky",
"preview": "vite preview",
"postbuild": "./addVersion $npm_package_version",
"start": "pnpm run config --check && vite --open",
"lint:report": "eslint src & eslint --cache src -f json > eslint-report.json",
"test": "TZ=UTC vitest",
"e2e": "cypress run"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"*.{js,ts}": "eslint --cache --fix",
"*": "prettier --ignore-unknown --write"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/plugin-syntax-flow": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@types/babel__traverse": "7.20.6",
"@types/node": "20.17.5",
"@types/socket.io-client": "3.0.0",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"assert": "2.1.0",
"buffer": "6.0.3",
"c8": "10.1.2",
"crypto-browserify": "3.12.1",
"cypress": "13.15.1",
"cz-git": "1.10.1",
"envfile": "7.1.0",
"eslint": "8.57.1",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-sonarjs": "2.0.3",
"esm": "3.2.25",
"globals": "15.11.0",
"husky": "9.1.6",
"inquirer": "12.0.0",
"lint-staged": "15.2.10",
"os-browserify": "0.3.0",
"prettier": "3.3.3",
"process": "0.11.10",
"rimraf": "6.0.1",
"semver": "7.6.3",
"source-map-explorer": "2.5.3",
"stream-browserify": "3.0.0",
"stream-http": "3.2.0",
"typescript": "5.6.3",
"url": "0.11.4",
"vite": "5.4.10",
"vite-plugin-environment": "^1.1.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "2.1.4",
"vitest-github-actions-reporter": "0.11.1",
"vitest-sonar-reporter": "2.0.0",
"yargs": "17.7.2"
},
"dependencies": {
"@babel/plugin-transform-private-property-in-object": "7.25.9",
"@event-calendar/core": "3.6.2",
"@event-calendar/day-grid": "3.6.2",
"@event-calendar/interaction": "3.6.2",
"@event-calendar/list": "3.6.2",
"@event-calendar/resource-time-grid": "2.7.2",
"@event-calendar/time-grid": "3.6.1",
"@stitches/core": "1.2.8",
"animate.css": "4.1.1",
"awesomplete": "1.1.7",
"axios": "1.7.7",
"bulma": "1.0.2",
"bulma-checkradio": "2.1.3",
"bulma-switch": "2.0.4",
"camelcase": "8.0.0",
"classnames": "2.5.1",
"courthive-components": "0.7.22",
"d3": "5.16.0",
"dayjs": "1.11.13",
"dexie": "4.0.8",
"esri-leaflet": "3.0.12",
"focus-trap": "7.6.0",
"hotkeys-js": "3.13.7",
"https-browserify": "1.0.0",
"jwt-decode": "4.0.0",
"leaflet": "1.9.4",
"morphdom": "2.7.4",
"navigo": "8.11.1",
"normalize-text": "2.5.0",
"pdfmake": "0.2.14",
"pikaday": "1.8.2",
"qrious": "4.0.2",
"qs": "6.13.0",
"quill": "2.0.2",
"rxjs": "7.8.1",
"socket.io-client": "4.8.0",
"tabulator-tables": "6.3.0",
"timepicker-ui": "2.6.1",
"tippy.js": "6.3.7",
"tods-competition-factory": "2.2.13",
"typescript": "5.6.3",
"vanillajs-datepicker": "1.3.4"
}
}