nixpkgs/pkgs/applications/editors/rstudio/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

86 lines
2.7 KiB
JSON
Raw Normal View History

2021-09-29 11:53:34 +00:00
{
"name": "panmirror",
"version": "0.1.0",
"private": true,
"license": "agpl-3.0",
"dependencies": {
"@types/ace": "^0.0.43",
"@types/clipboard": "^2.0.7",
2021-09-29 11:53:34 +00:00
"@types/diff-match-patch": "^1.0.32",
"@types/js-yaml": "^4.0.3",
2021-09-29 11:53:34 +00:00
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.orderby": "^4.6.6",
2021-09-29 11:53:34 +00:00
"@types/lodash.uniqby": "^4.7.6",
"@types/orderedmap": "^1.0.0",
"@types/pinyin": "^2.10.0",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-dropcursor": "^1.0.3",
"@types/prosemirror-gapcursor": "^1.0.4",
"@types/prosemirror-history": "^1.0.3",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-schema-list": "^1.0.3",
2021-09-29 11:53:34 +00:00
"@types/prosemirror-tables": "^0.9.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react-window": "^1.8.5",
"@types/transliteration": "^1.6.6",
"@types/zenscroll": "^4.0.1",
"biblatex-csl-converter": "^2.0.2",
"clipboard": "^2.0.8",
"diff-match-patch": "^1.0.5",
"fuse.js": "^6.4.6",
"js-yaml": "^4.1.0",
2021-09-29 11:53:34 +00:00
"lodash.debounce": "^4.0.8",
"lodash.orderby": "^4.6.0",
2021-09-29 11:53:34 +00:00
"lodash.uniqby": "^4.7.0",
"orderedmap": "^1.0.0",
"pinyin": "^2.10.2",
2021-09-29 11:53:34 +00:00
"prosemirror-changeset": "^2.1.2",
"prosemirror-commands": "^1.1.10",
2021-09-29 11:53:34 +00:00
"prosemirror-dev-tools": "^2.1.1",
"prosemirror-dropcursor": "^1.3.5",
2021-09-29 11:53:34 +00:00
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-history": "^1.2.0",
"prosemirror-inputrules": "^1.1.3",
2021-09-29 11:53:34 +00:00
"prosemirror-keymap": "^1.1.4",
"prosemirror-model": "^1.14.3",
"prosemirror-schema-list": "^1.1.5",
"prosemirror-state": "^1.3.4",
2021-09-29 11:53:34 +00:00
"prosemirror-tables": "^1.1.1",
"prosemirror-transform": "^1.3.2",
2021-09-29 11:53:34 +00:00
"prosemirror-utils": "^0.9.6",
"prosemirror-view": "^1.20.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-window": "^1.8.6",
"sentence-splitter": "^3.2.2",
2021-09-29 11:53:34 +00:00
"thenby": "^1.3.3",
"tlite": "^0.1.9",
"transliteration": "^2.2.0",
2021-09-29 11:53:34 +00:00
"typescript": "3.8.3",
"zenscroll": "^4.0.2"
},
"scripts": {
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"watch": "tsc --watch --noEmit --project './tsconfig.json'",
"generate-symbols": "ts-node tools/generate-symbols.ts"
},
"devDependencies": {
"@types/node": "^14.0.4",
"@types/unzip": "^0.1.1",
"fast-xml-parser": "^3.17.1",
"fuse-box": "^3.7.1",
"prettier": "^1.18.2",
"terser": "^4.6.2",
"ts-node": "^8.10.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^5.0.0",
"typescript-tslint-plugin": "^0.5.5",
"uglify-js": "^3.7.4",
"unzip": "^0.1.11"
}
}