Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into master
  • Loading branch information
ukch authored Jun 6, 2023
commit ee4a4422751530790cec6dc792dceda606236b8e
41 changes: 3 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,44 +33,9 @@
"copy:editor": "mkdir \"dist/editor\" && cp src/editor/*.html dist/editor && cp src/editor/*.js dist/editor && cp src/editor/*.css dist/editor && cp src/editor/*.svg dist/editor",
"build:all": "rm -rf dist && mkdir dist && npm run build:editor && npm run build:typescript && npm run copy:graphql && npm run copy:editor",
"prepare": "npm run build:all",
"prettier": "prettier --ignore-path .gitignore --write --list-different .",
"prettier:check": "prettier --ignore-path .gitignore --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/APIs-guru/graphql-faker.git"
},
"author": "APIs.guru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APIs-guru/graphql-faker/issues"
},
"homepage": "https://github.com/APIs-guru/graphql-faker#readme",
"devDependencies": {
"@types/body-parser": "1.19.0",
"@types/cors": "2.8.10",
"@types/faker": "5.5.1",
"@types/react": "16.9.35",
"@types/react-dom": "16.9.8",
"@types/yargs": "15.0.5",
"classnames": "2.3.1",
"codemirror": "5.60.0",
"codemirror-graphql": "0.11.6",
"css-loader": "3.5.3",
"graphiql": "0.17.5",
"marked": "1.1.0",
"mini-css-extract-plugin": "0.9.0",
"nodemon": "2.0.7",
"prettier": "2.2.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"style-loader": "1.2.1",
"ts-loader": "7.0.5",
"ts-node": "9.1.1",
"typescript": "4.2.4",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.2"
"prettier": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --write --list-different .",
"prettier:check": "prettier --cache --cache-strategy metadata --ignore-path .gitignore --check .",
"check:spelling": "cspell --cache --no-progress '**/*'"
},
"dependencies": {
"body-parser": "1.19.0",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.