-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.52 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
{
"id": "com.kitsuned.althome",
"name": "althome",
"version": "1.0.1",
"description": "AltHome is a replacement for the stock home app on LG TVs running webOS 6+",
"packageManager": "[email protected]",
"repository": "https://github.com/kitsuned/AltHome",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --mode development",
"lint": "eslint ."
},
"workspaces": [
"src/chore/webpack-utils"
],
"dependencies": {
"@floating-ui/react": "0.22.3",
"clsx": "1.2.1",
"core-js": "3.37.1",
"framer-motion": "9.0.0",
"inversify": "6.0.1",
"mitt": "3.0.0",
"mobx": "6.7.0",
"mobx-react-lite": "3.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "0.1.13"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/plugin-transform-class-properties": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@babel/register": "7.24.6",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/babel__register": "^7",
"@types/node": "20.14.9",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"@webosbrew/webos-packager-plugin": "2.0.4",
"autoprefixer": "10.4.13",
"babel-loader": "9.1.3",
"babel-plugin-minify-replace": "0.5.0",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"eslint": "8.39.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.19.0",
"html-webpack-plugin": "5.5.0",
"mini-css-extract-plugin": "2.7.2",
"postcss": "8.4.21",
"postcss-loader": "7.0.2",
"postcss-preset-env": "8.0.1",
"prettier": "2.8.8",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"sucrase": "3.35.0",
"tsconfig-paths-webpack-plugin": "4.0.0",
"typescript": "5.5.2",
"webpack": "5.77.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
},
"dependenciesMeta": {
"core-js": {
"built": false
}
},
"engines": {
"node": ">=16",
"yarn": ">=3",
"npm": "please-use-yarn"
},
"os": [
"!win32"
],
"browserslist": [
"Chrome >= 79"
]
}