summary refs log tree commit diff
path: root/pkgs/development/tools/misc/texlab/citeproc/package.json
blob: 87e7ccc1c9242ec345f9c4626553a061afe58dd7 (plain) (blame)
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
{
  "name": "citeproc",
  "version": "0.1.0",
  "description": "Render BibTeX citations",
  "repository": "https://github.com/latex-lsp/citeproc.git",
  "author": "Eric Förster <efoerster@users.noreply.github.com>",
  "license": "MIT",
  "scripts": {
    "dist": "webpack",
    "format": "prettier --write \"src/**/*.{js,json}\" \"*.{js,json,yml,md}\" \".vscode/**/*.{json}\""
  },
  "dependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@citation-js/core": "^0.4.8",
    "@citation-js/plugin-bibtex": "^0.4.8",
    "@citation-js/plugin-csl": "^0.4.8",
    "@types/node": "^11.13.17",
    "@types/webpack": "^4.4.35",
    "babel-loader": "^8.0.6",
    "babel-polyfill": "^6.26.0",
    "null-loader": "^0.1.1",
    "prettier": "^1.18.2",
    "ts-loader": "^5.4.5",
    "ts-node": "^8.3.0",
    "tslint": "^5.18.0",
    "tslint-config-prettier": "^1.15.0",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.6"
  }
}