Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Dec 3, 2024
1 parent 68c19dd commit 6b876a6
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
1 change: 0 additions & 1 deletion apps/api/graphql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { extensions } from "./extensions";
const debug = process.env.DEBUG === "true";
const documentClient = getDocumentClient();

console.log('kobajica');
export const handler = createHandler({
plugins: [
createBenchmarkEnablePlugin(),
Expand Down
120 changes: 60 additions & 60 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@types/react": "18.2.79",
"@webiny/app": "0.0.0",
"@webiny/app-form-builder": "0.0.0",
"@webiny/app-page-builder": "0.0.0",
"@webiny/app-website": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/project-utils": "0.0.0",
"@webiny/serverless-cms-aws": "0.0.0",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"core-js": "^3.0.1",
"cross-fetch": "^3.0.4",
"graphql": "^15.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "^0.13.5",
"space-x-element": "1.0.0",
"theme": "^1.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"cross-env": "^5.0.2",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"watch": "cross-env PORT=3000 yarn webiny run watch",
"build": "yarn webiny run build"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
},
"adio": {
"ignore": {
"src": [
"@webiny/aws-sdk",
"@webiny/handler-aws",
"@webiny/api-prerendering-service-aws",
"@webiny/api-prerendering-service-so-ddb"
],
"dependencies": [
"@webiny/cli"
]
}
}
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.6",
"@types/react": "18.2.79",
"@webiny/app": "0.0.0",
"@webiny/app-form-builder": "0.0.0",
"@webiny/app-page-builder": "0.0.0",
"@webiny/app-website": "0.0.0",
"@webiny/cli": "0.0.0",
"@webiny/plugins": "0.0.0",
"@webiny/project-utils": "0.0.0",
"@webiny/serverless-cms-aws": "0.0.0",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"core-js": "^3.0.1",
"cross-fetch": "^3.0.4",
"graphql": "^15.7.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "^0.13.5",
"space-x-element": "1.0.0",
"theme": "^1.0.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.0",
"cross-env": "^5.0.2",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"watch": "cross-env PORT=3000 yarn webiny run watch",
"build": "yarn webiny run build"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
},
"adio": {
"ignore": {
"src": [
"@webiny/aws-sdk",
"@webiny/handler-aws",
"@webiny/api-prerendering-service-aws",
"@webiny/api-prerendering-service-so-ddb"
],
"dependencies": [
"@webiny/cli"
]
}
}
}

0 comments on commit 6b876a6

Please sign in to comment.