-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "FlameFlowGraph",
"version": "1.0.0",
"description": "Flame graph flow chart",
"main": "index.html",
"scripts": {
"flowCheck": "./node_modules/flow-bin/cli.js check",
"webpackServer": "webpack-dev-server --config webpack.config.js",
"yarn": "yarn install --pure-lockfile"
},
"repository": {
"url": "https://github.com/k-simons/FlameFlowGraph.git",
"type": "git"
},
"author": "Kevin Simons <ksimons@palantir.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css": "^2.2.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "1.0.1",
"flow-bin": "^0.37.4",
"html-webpack-plugin": "^2.24.1",
"jsx-loader": "^0.13.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss": "^5.2.7",
"postcss-loader": "^1.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"cytoscape": "^2.7.13",
"cytoscape-dagre": "^1.3.0",
"dagre": "^0.7.4",
"lodash": "^4.17.3",
"react": "15.4.1",
"react-dom": "15.4.1"
}
}