38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "@omnivore/appreader",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "webpack --mode production",
|
||
|
"build-and-update": "yarn build && cp build/bundle.js ../../apple/OmnivoreKit/Sources/Views/Resources/bundle.js && cp build/bundle.js ../../android/Omnivore/app/src/main/assets/bundle.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@omnivore/web": "1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"webpack": "^5.70.0",
|
||
|
"webpack-cli": "^4.9.2",
|
||
|
"@babel/core": "^7.17.7",
|
||
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
||
|
"@babel/preset-env": "^7.16.11",
|
||
|
"@babel/preset-react": "^7.16.7",
|
||
|
"@babel/preset-typescript": "^7.16.7",
|
||
|
"@babel/runtime": "^7.17.7",
|
||
|
"@types/string-replace-loader": "^2.3.2",
|
||
|
"@types/webpack-bundle-analyzer": "^4.4.1",
|
||
|
"@types/webpack-dev-server": "^4.7.2",
|
||
|
"babel-loader": "^8.2.3",
|
||
|
"css-loader": "^6.7.1",
|
||
|
"eslint-config-next": "12.0.7",
|
||
|
"eslint-plugin-functional": "^4.0.2",
|
||
|
"eslint-plugin-react": "^7.28.0",
|
||
|
"string-replace-loader": "^3.1.0",
|
||
|
"style-loader": "^3.3.1",
|
||
|
"webpack-bundle-analyzer": "^4.5.0",
|
||
|
"webpack-dev-server": "^4.7.4"
|
||
|
},
|
||
|
"volta": {
|
||
|
"extends": "../../package.json"
|
||
|
}
|
||
|
}
|