这是indexloc提供的服务,不要输入任何密码
Skip to content

Update package to the latest stable version #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 363 commits into from
Nov 14, 2019
Merged

Conversation

Chetabahana
Copy link

@Chetabahana Chetabahana commented Nov 14, 2019

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
package.json
{
  "name": "three.graphql",
  "version": "0.1.1",
  "description": "Create & Query THREE objects with GraphQL",
  "author": "Chetabahana <chetabahana@gmail.com>",
  "developer": "Joseph Werle <werle@littlstar.com>",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "three",
    "graphql"
  ],
  "dependencies": {
    "glob": "^7.1.6",
    "graph": "^0.2.0",
    "three": "^0.110.0",
    "core-js": "^3.4.1",
    "graph.ql": "^2.0.2",
    "domready": "^1.0.8",
    "browserify": "^16.5.0"
  },
  "devDependencies": {
    "brfs": "^2.0.2",
    "budo": "^11.6.3",
    "graphql": "^14.5.8",
    "graphiql": "^0.15.1",
    "react": "^16.11.0",
    "react-dom": "^16.11.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chetabahana/node",
    "source": "https://github.com/jwerle/three.graphql"
  },
  "scripts": {
    "preinstall": "bash pre.sh",
    "install": "bash install.sh",
    "build": "npm run build:editor",
    "editor": "npm run build:editor && budo",
    "build:editor": "browserify editor.js -t brfs -o build.js",
    "test": "budo test -p 3000 -s --- -t brfs",
    "start": "budo -s . -p 3000"
  }
}
screenshot

screencapture-file-C-Users-Chetabahana-Documents-GitHub-Concepts-FrontEnd-node-test-fixtures-three-graphql-index-html-2019-11-15-00_18_52

github-action-part

github-action-all

reference

@Chetabahana Chetabahana merged commit 8fa3c1e into Chetabahana Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants