aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5cec8c8cbd86c16fb067515f7726610f598016e6 (plain)
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
{
  "name": "wcms",
  "repository": "github:vincent-peugnet/wcms",
  "license": "MIT",
  "dependencies": {
    "codemirror": "^5.49.0",
    "cytoscape": "^3.14.1"
  },
  "devDependencies": {
    "@sentry/browser": "^5.9.0",
    "@sentry/cli": "^1.49.0",
    "css-loader": "^3.2.0",
    "prettier": "^1.18.2",
    "prettier-webpack-plugin": "^1.2.0",
    "release-it": "^12.4.3",
    "style-loader": "^1.0.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.9"
  },
  "prettier": {
    "tabWidth": 4,
    "trailingComma": "es5",
    "singleQuote": true
  }
}