-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 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
45
46
47
{
"name": "Deneme",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.1",
"core-js": "2.5.7",
"cytoscape": "^3.2.17",
"cytoscape-cola": "^2.2.3",
"cytoscape-navigator": "^1.3.3",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-popper": "^1.0.2",
"cytoscape-undo-redo": "^1.3.1",
"fibers": "3.0.0",
"meteor-node-stubs": "~0.4.1",
"n3": "^0.11.3",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"redux": "^3.0.0",
"redux-little-router": "^15.1.2",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.82.5",
"tippy.js": "^2.6.0"
},
"devDependencies": {
"autoprefixer": "^9.2.0",
"cytoscape-cose-bilkent": "^4.0.0",
"hylar": "^1.8.5",
"rdflib": "^0.19.0"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}