aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/apps/web/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-gatsby/apps/web/package.json')
-rw-r--r--examples/with-gatsby/apps/web/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/with-gatsby/apps/web/package.json b/examples/with-gatsby/apps/web/package.json
new file mode 100644
index 0000000..00f0c85
--- /dev/null
+++ b/examples/with-gatsby/apps/web/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "web",
+ "version": "1.0.0",
+ "private": true,
+ "scripts": {
+ "dev": "gatsby develop",
+ "build": "gatsby build",
+ "start": "gatsby develop",
+ "lint": "tsc --noEmit && eslint src/**/*.ts*"
+ },
+ "dependencies": {
+ "eslint": "7.32.0",
+ "gatsby": "^5.7.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "ui": "workspace:*"
+ },
+ "devDependencies": {
+ "@types/node": "^18.15.0",
+ "@types/react": "^18.0.28",
+ "@types/react-dom": "^18.0.11",
+ "babel-eslint": "^10.1.0",
+ "eslint-config-custom": "workspace:*",
+ "gatsby-plugin-compile-es6-packages": "^2.1.1",
+ "gatsby-plugin-pnpm": "^1.2.10",
+ "tsconfig": "workspace:*",
+ "typescript": "^4.9.5"
+ }
+}