diff --git a/templates/blank/package.json b/templates/blank/package.json index 25a53962b2..9a8bb49530 100644 --- a/templates/blank/package.json +++ b/templates/blank/package.json @@ -16,6 +16,7 @@ }, "dependencies": { "@payloadcms/plugin-cloud": "^0.0.10", + "cross-env": "^7.0.3", "dotenv": "^8.2.0", "express": "^4.17.1", "payload": "^1.7.2" @@ -23,7 +24,6 @@ "devDependencies": { "@types/express": "^4.17.9", "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", "nodemon": "^2.0.6", "ts-node": "^9.1.1", "typescript": "^4.8.4" diff --git a/templates/ecommerce/package.json b/templates/ecommerce/package.json index 2871986262..1e493dc9a7 100644 --- a/templates/ecommerce/package.json +++ b/templates/ecommerce/package.json @@ -30,6 +30,7 @@ "@stripe/react-stripe-js": "^1.16.3", "@stripe/stripe-js": "^1.46.0", "apollo-link-http": "^1.5.17", + "cross-env": "^7.0.3", "dotenv": "^8.2.0", "eslint-import-resolver-alias": "^1.1.2", "express": "^4.17.1", @@ -50,7 +51,6 @@ "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-filenames": "^1.3.2", diff --git a/templates/website/package.json b/templates/website/package.json index 13a360fd34..5adcc6bebe 100644 --- a/templates/website/package.json +++ b/templates/website/package.json @@ -23,6 +23,7 @@ "@payloadcms/plugin-nested-docs": "^1.0.4", "@payloadcms/plugin-redirects": "^1.0.0", "@payloadcms/plugin-seo": "^1.0.10", + "cross-env": "^7.0.3", "dotenv": "^8.2.0", "express": "^4.17.1", "payload": "^1.7.2" @@ -35,7 +36,6 @@ "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-filenames": "^1.3.2",