Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Dec 3, 2024
1 parent c7ba0ea commit e266feb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
51 changes: 0 additions & 51 deletions apps/native/app/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,57 +82,6 @@
"jestConfig": "apps/native/app/jest.config.ts"
}
},
"build": {
"executor": "@nx/webpack:webpack",
"outputs": ["{options.outputPath}"],
"defaultConfiguration": "production",
"options": {
"compiler": "babel",
"outputPath": "dist/apps/native/app/web",
"index": "apps/native/app/src/index.html",
"baseHref": "/",
"main": "apps/native/app/src/main-web.tsx",
"tsConfig": "apps/native/app/tsconfig.app.json",
"assets": [
"apps/native/app/src/favicon.ico",
"apps/native/app/src/assets"
],
"webpackConfig": "apps/native/app/webpack.config.js"
},
"configurations": {
"development": {
"extractLicenses": false,
"optimization": false,
"sourceMap": true,
"vendorChunk": true
},
"production": {
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false
}
}
},
"serve": {
"executor": "@nx/webpack:dev-server",
"defaultConfiguration": "development",
"options": {
"buildTarget": "IslandApp:build",
"hmr": true
},
"configurations": {
"development": {
"buildTarget": "IslandApp:build:development"
},
"production": {
"buildTarget": "IslandApp:build:production",
"hmr": false
}
}
},
"codegen/frontend-client": {
"executor": "nx:run-commands",
"options": {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.12",
Expand Down
14 changes: 0 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33778,19 +33778,6 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-playwright@npm:^0.15.3":
version: 0.15.3
resolution: "eslint-plugin-playwright@npm:0.15.3"
peerDependencies:
eslint: ">=7"
eslint-plugin-jest: ">=25"
peerDependenciesMeta:
eslint-plugin-jest:
optional: true
checksum: 5dff7f1d8346dac41980197ce24f2629f09acc44b612c38a6859cb31d5dc29caa4d9a09fec0b10443bae7ebc4b79d4c926dca284707bae729469016ce9f1dbfc
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:^4.2.1":
version: 4.2.1
resolution: "eslint-plugin-prettier@npm:4.2.1"
Expand Down Expand Up @@ -39715,7 +39702,6 @@ __metadata:
eslint-plugin-import: 2.27.5
eslint-plugin-jsx-a11y: 6.7.1
eslint-plugin-local-rules: 1.0.1
eslint-plugin-playwright: ^0.15.3
eslint-plugin-react: 7.32.2
eslint-plugin-react-hooks: 4.6.0
eslint-plugin-simple-import-sort: 10.0.0
Expand Down

0 comments on commit e266feb

Please sign in to comment.