-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.5 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.5 KB
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
{
"name": "universal-trakt-scrobbler",
"version": "0.6.0",
"description": "A universal sync for Trakt.tv.",
"author": "trakt-tools",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/trakt-tools/universal-trakt-scrobbler.git"
},
"scripts": {
"build": "cross-env ENV=production webpack --env production",
"build-dev": "cross-env ENV=development webpack --env development",
"start": "webpack --env development --env watch",
"tsc": "tsc --noEmit",
"check": "tsc --noEmit && biome check",
"fix": "biome check --write",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/system": "^7.1.0",
"@mui/x-date-pickers": "^8.5.0",
"date-fns": "^4.1.0",
"deepmerge": "^4.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.6.2",
"react-virtualized-auto-sizer": "^2.0.0",
"react-window": "^2.0.0",
"react-window-infinite-loader": "^2.0.0",
"rollbar": "^2.26.5",
"type-fest": "^3.13.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"@babel/core": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@biomejs/biome": "2.3.13",
"@octokit/rest": "^19.0.13",
"@trakt-tools/cli": "^0.3.3",
"@types/archiver": "^5.3.4",
"@types/circular-dependency-plugin": "^5.0.8",
"@types/dotenv-webpack": "^7.0.8",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.19.130",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/webextension-polyfill": "^0.9.2",
"archiver": "^5.3.2",
"babel-loader": "^9.2.1",
"babel-preset-minify": "^0.5.2",
"circular-dependency-plugin": "^5.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.11.0",
"dotenv": "^16.6.1",
"dotenv-webpack": "^8.1.1",
"fs-extra": "^11.3.3",
"html-webpack-plugin": "^5.6.6",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"pug": "^3.0.3",
"pug-loader": "^2.4.0",
"string-replace-loader": "^3.3.0",
"style-loader": "^3.3.4",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "^5.8.3",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
}