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
|
{
"name": "wcms",
"repository": "github:vincent-peugnet/wcms",
"license": "MIT",
"dependencies": {
"codemirror": "^5.57.0",
"cytoscape": "^3.16.0",
"cytoscape-cose-bilkent": "^4.1.0"
},
"devDependencies": {
"@sentry/browser": "^5.23.0",
"@sentry/cli": "^1.57.0",
"css-loader": "^3.6.0",
"prettier": "^1.19.1",
"prettier-webpack-plugin": "^1.2.0",
"release-it": "^13.7.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"prettier": {
"tabWidth": 4,
"trailingComma": "es5",
"singleQuote": true
}
}
|