|
|
@@ -1,48 +1,48 @@
|
|
|
{
|
|
|
- "name": "@vendure/create",
|
|
|
- "version": "2.0.0-beta.3",
|
|
|
- "license": "MIT",
|
|
|
- "bin": {
|
|
|
- "create": "./index.js"
|
|
|
- },
|
|
|
- "files": [
|
|
|
- "index.js",
|
|
|
- "lib/**/*",
|
|
|
- "assets/**/*"
|
|
|
- ],
|
|
|
- "scripts": {
|
|
|
- "dev": "ts-node src/create-vendure-app.ts",
|
|
|
- "copy-assets": "rimraf assets && ts-node ./build.ts",
|
|
|
- "build": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json",
|
|
|
- "watch": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json -w",
|
|
|
- "lint": "eslint --fix ."
|
|
|
- },
|
|
|
- "homepage": "https://www.vendure.io/",
|
|
|
- "funding": "https://github.com/sponsors/michaelbromley",
|
|
|
- "publishConfig": {
|
|
|
- "access": "public"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "@types/cross-spawn": "^6.0.2",
|
|
|
- "@types/detect-port": "^1.3.0",
|
|
|
- "@types/fs-extra": "^9.0.1",
|
|
|
- "@types/handlebars": "^4.1.0",
|
|
|
- "@types/semver": "^6.2.2",
|
|
|
- "@vendure/core": "^2.0.0-beta.3",
|
|
|
- "rimraf": "^3.0.2",
|
|
|
- "ts-node": "^10.9.1",
|
|
|
- "typescript": "4.9.5"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "@clack/prompts": "^0.6.3",
|
|
|
- "@vendure/common": "^2.0.0-beta.3",
|
|
|
- "commander": "^10.0.0",
|
|
|
- "cross-spawn": "^7.0.3",
|
|
|
- "detect-port": "^1.5.1",
|
|
|
- "fs-extra": "^11.1.1",
|
|
|
- "handlebars": "^4.7.6",
|
|
|
- "picocolors": "^1.0.0",
|
|
|
- "semver": "^7.3.2",
|
|
|
- "tcp-port-used": "^1.0.1"
|
|
|
- }
|
|
|
+ "name": "@vendure/create",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "create": "./index.js"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "index.js",
|
|
|
+ "lib/**/*",
|
|
|
+ "assets/**/*"
|
|
|
+ ],
|
|
|
+ "scripts": {
|
|
|
+ "dev": "ts-node src/create-vendure-app.ts",
|
|
|
+ "copy-assets": "rimraf assets && ts-node ./build.ts",
|
|
|
+ "build": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json",
|
|
|
+ "watch": "yarn copy-assets && rimraf lib && tsc -p ./tsconfig.build.json -w",
|
|
|
+ "lint": "eslint --fix ."
|
|
|
+ },
|
|
|
+ "homepage": "https://www.vendure.io/",
|
|
|
+ "funding": "https://github.com/sponsors/michaelbromley",
|
|
|
+ "publishConfig": {
|
|
|
+ "access": "public"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/cross-spawn": "^6.0.2",
|
|
|
+ "@types/detect-port": "^1.3.0",
|
|
|
+ "@types/fs-extra": "^9.0.1",
|
|
|
+ "@types/handlebars": "^4.1.0",
|
|
|
+ "@types/semver": "^6.2.2",
|
|
|
+ "@vendure/core": "^2.0.0",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
+ "ts-node": "^10.9.1",
|
|
|
+ "typescript": "4.9.5"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@clack/prompts": "^0.6.3",
|
|
|
+ "@vendure/common": "^2.0.0",
|
|
|
+ "commander": "^10.0.0",
|
|
|
+ "cross-spawn": "^7.0.3",
|
|
|
+ "detect-port": "^1.5.1",
|
|
|
+ "fs-extra": "^11.1.1",
|
|
|
+ "handlebars": "^4.7.6",
|
|
|
+ "picocolors": "^1.0.0",
|
|
|
+ "semver": "^7.3.2",
|
|
|
+ "tcp-port-used": "^1.0.1"
|
|
|
+ }
|
|
|
}
|