-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 997 Bytes
/
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
{
"name": "ppom-view",
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.22.6",
"@blockaid/ppom_release": "^1.4.5",
"babel-loader": "^9.1.2",
"binary-base64-loader": "^1.0.0",
"buffer": "^6.0.3",
"html-inline-script-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.3",
"raw-loader": "^4.0.2",
"react-native-webview-invoke": "^0.6.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"eslint": "^7.23.0"
},
"scripts": {
"lint": "eslint '**/*.{js,ts,tsx}'",
"build-html": "webpack --mode production --config ./webpack.config.html.js",
"build-html-js": "webpack --mode production --config ./webpack.config.html-js.js",
"build-version": "webpack --mode production --config ./webpack.config.version.js",
"build": "yarn clean && yarn build-html && yarn build-html-js && yarn build-version",
"clean": "rm -rf ../app/lib/ppom/ppom.html.js && rm -rf ./dist"
}
}