ssi-patterns / ssi-pattern-connections-visualization / examples / package.json
package.json
Raw
{
  "name": "sigma-examples",
  "version": "1.0.0",
  "description": "Sigma examples root package.",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "build": "npm run clean && ./build.js build",
    "clean": "rimraf build",
    "start": "kotatsu serve $npm_config_example/index.ts --index $npm_config_example/index.html --public / $npm_config_example/public"
  },
  "kotatsu": {
    "config": "webpack.config.js"
  },
  "dependencies": {
    "@types/file-saver": "^2.0.4",
    "@types/papaparse": "^5.3.1",
    "@types/seedrandom": "^3.0.1",
    "chroma-js": "^2.1.2",
    "file-saver": "^2.0.5",
    "graphology": "^0.23.2",
    "graphology-components": "^1.5.2",
    "graphology-generators": "^0.11.2",
    "graphology-gexf": "^0.10.1",
    "graphology-layout": "^0.5.0",
    "graphology-layout-force": "^0.2.3",
    "graphology-layout-forceatlas2": "^0.8.1",
    "graphology-types": "^0.24.5",
    "iwanthue": "^1.5.1",
    "papaparse": "^5.3.1",
    "seedrandom": "^3.0.5",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "async": "^3.2.2",
    "fs-extra": "^10.0.0",
    "kotatsu": "^0.22.3",
    "raw-loader": "^4.0.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  }
}