|
| 1 | +{ |
| 2 | + "name": "@neo4j-devtools/arc", |
| 3 | + "version": "0.0.47", |
| 4 | + "main": "dist/neo4j-arc.js", |
| 5 | + "author": "Neo4j Inc.", |
| 6 | + "license": "GPL-3.0", |
| 7 | + "typings": "dist/neo4j-arc.d.ts", |
| 8 | + "scripts": { |
| 9 | + "build": "rollup -c --failAfterWarnings", |
| 10 | + "test": "tsc --noEmit", |
| 11 | + "prepublishOnly": "npm run test && npm run build" |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "https://github.com/neo4j/neo4j-browser.git" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist", |
| 19 | + "package.json", |
| 20 | + "README.md", |
| 21 | + "LICENSE" |
| 22 | + ], |
| 23 | + "devDependencies": { |
| 24 | + "@rollup/plugin-alias": "^3.1.9", |
| 25 | + "@types/react": "^17.0.40", |
| 26 | + "esbuild": "^0.14.26", |
| 27 | + "neo4j-driver-core": "5.9.2", |
| 28 | + "react": "^17.0.2", |
| 29 | + "react-dom": "^17.0.2", |
| 30 | + "rollup": "^2.70.1", |
| 31 | + "rollup-plugin-dts": "^4.2.0", |
| 32 | + "rollup-plugin-esbuild": "^4.9.1", |
| 33 | + "typescript": "^4.6.2" |
| 34 | + }, |
| 35 | + "dependencies": { |
| 36 | + "@heroicons/react": "^2.0.16", |
| 37 | + "@juggle/resize-observer": "^3.3.1", |
| 38 | + "@neo4j-cypher/antlr4": "^1.0.0", |
| 39 | + "@neo4j-cypher/editor-support": "^1.0.1", |
| 40 | + "@neo4j-cypher/extract-statements": "^1.0.1", |
| 41 | + "@neo4j-devtools/word-color": "^0.0.7", |
| 42 | + "@types/d3-color": "^3.0.2", |
| 43 | + "@types/d3-drag": "^3.0.1", |
| 44 | + "@types/d3-ease": "^3.0.0", |
| 45 | + "@types/d3-force": "^3.0.3", |
| 46 | + "@types/d3-scale": "^4.0.2", |
| 47 | + "@types/d3-selection": "^3.0.2", |
| 48 | + "@types/d3-shape": "^3.0.2", |
| 49 | + "@types/d3-transition": "^3.0.1", |
| 50 | + "@types/d3-zoom": "^3.0.1", |
| 51 | + "@types/lodash-es": "^4.17.6", |
| 52 | + "@types/styled-components": "^5.1.1", |
| 53 | + "d3-color": "^3.0.1", |
| 54 | + "d3-drag": "^3.0.0", |
| 55 | + "d3-ease": "^3.0.1", |
| 56 | + "d3-force": "^3.0.0", |
| 57 | + "d3-scale": "^4.0.2", |
| 58 | + "d3-selection": "^3.0.0", |
| 59 | + "d3-shape": "^3.0.1", |
| 60 | + "d3-transition": "^3.0.1", |
| 61 | + "d3-zoom": "^3.0.0", |
| 62 | + "deepmerge": "^4.2.2", |
| 63 | + "lodash-es": "^4.17.21", |
| 64 | + "monaco-editor": "0.23.0", |
| 65 | + "re-resizable": "^6.9.9", |
| 66 | + "react-is": "^17.0.2", |
| 67 | + "styled-components": "^5.3.5" |
| 68 | + }, |
| 69 | + "peerDependencies": { |
| 70 | + "neo4j-driver-core": "5.9.2", |
| 71 | + "react": "^17.0.2", |
| 72 | + "react-dom": "^17.0.2" |
| 73 | + } |
| 74 | +} |
0 commit comments