forked from TBSniller/piccap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.44 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
{
"name": "org.webosbrew.piccap",
"version": "0.2.3",
"description": "PicCap Service",
"main": "piccap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"package-native": "ares-package dist/frontend/ servicenative/ -o build",
"deploy": "ares-install org.webosbrew.piccap_${npm_package_version}_all.ipk",
"launch": "ares-launch org.webosbrew.piccap"
},
"browserslist": [
"chrome 30"
],
"author": "",
"license": "UNLICENSED",
"dependencies": {
"core-js": "^3.12.1",
"webos-service": "git+https://github.com/webosose/nodejs-module-webos-service.git",
"bluebird": "^3.7.2"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-object-assign": "^7.16.0",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime-corejs3": "^7.15.4",
"@types/webos-service": "^0.4.2",
"@webosose/ares-cli": "^2.1.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.0.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"prettier": "^2.2.1",
"typescript": "^4.2.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-shebang-plugin": "^1.1.7"
}
}