-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.58 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
{
"name": "org.webosbrew.cccbib",
"version": "1.0.0",
"description": "media.ccc.de library application (EXPERIMENTAL)",
"main": "index.js",
"scripts": {
"start": "webpack serve --config ./webpack.config.js --mode development",
"build": "webpack --config ./webpack.config.js --mode production",
"package": "ares-package --no-minify dist/",
"deploy": "ares-install ${npm_package_name}_${npm_package_version}_all.ipk",
"launch": "ares-launch ${npm_package_name}",
"manifest": "node tools/gen-manifest.js ${npm_package_name}.manifest.json",
"version": "node tools/sync-version.js && git add assets/appinfo.json"
},
"keywords": [],
"author": "informatic",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@webosose/ares-cli": "^2.2.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"postcss": "^8.4.33",
"postcss-preset-mantine": "^1.12.3",
"postcss-simple-vars": "^7.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.3.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@apollo/client": "^3.8.10",
"@mantine/core": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@tabler/icons-react": "^2.46.0",
"core-js": "^3.20.1",
"embla-carousel-react": "^8.0.0-rc20",
"graphql": "^16.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.2.1",
"react-tv-player": "^1.1.4",
"regenerator-runtime": "^0.14.1"
}
}