This repository has been archived by the owner on Aug 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "cypher-graph-editor",
"version": "0.0.2",
"description": "Live editor that generates a graph from a Cypher query",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/webpack --config webpack.prod.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dotcs/cypher-graph-editor"
},
"keywords": [
"neo4j",
"cypher"
],
"author": "Fabian Mueller <[email protected]>",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"autoprefixer": "^5.2.0",
"autoprefixer-core": "^5.2.1",
"babel-core": "^5.8.20",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"classnames": "^2.1.3",
"codemirror": "^5.5.0",
"css-loader": "^0.15.6",
"csswring": "^3.0.5",
"d3": "^3.5.6",
"eslint": "^1.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.0",
"file-loader": "^0.8.4",
"lodash": "^3.10.0",
"material-ui": "^0.10.2",
"node-sass": "^3.2.0",
"normalize.css": "^3.0.3",
"postcss-loader": "^0.5.1",
"react": "^0.13.3",
"react-codemirror": "^0.1.3",
"react-hot-loader": "^1.2.8",
"react-tap-event-plugin": "^0.1.7",
"sass-loader": "^2.0.0",
"script-loader": "^0.6.1",
"style-loader": "^0.12.3",
"ts-loader": "^0.5.0",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
}
}