pontoon/translate/package.json

53 строки
1.5 KiB
JSON

{
"name": "translate",
"private": true,
"dependencies": {
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@fluent/bundle": "^0.18.0",
"@fluent/langneg": "^0.7.0",
"@fluent/react": "^0.15.1",
"@fluent/syntax": "^0.19.0",
"@lezer/highlight": "^1.1.6",
"@messageformat/fluent": "^0.4.1",
"@reduxjs/toolkit": "^1.6.1",
"classnames": "^2.3.1",
"date-and-time": "^0.14.2",
"diff-match-patch": "^1.0.4",
"escape-html": "^1.0.3",
"highcharts": "^9.0.0",
"highcharts-react-official": "^2.2.2",
"history": "^4.10.1",
"html-react-parser": "^1.4.8",
"javascript-time-ago": "^2.3.9",
"linkify-it": "^2.1.0",
"lodash.escaperegexp": "^4.1.2",
"messageformat": "^4.0.0-2",
"nprogress": "^0.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-infinite-scroll-hook": "^4.0.1",
"react-linkify": "^0.2.2",
"react-redux": "^7.2.6",
"react-tabs": "^3.0.0",
"react-time-ago": "^7.1.3",
"reactour": "^1.15.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"slate": "^0.78.0",
"slate-react": "^0.77.4",
"styled-components": "^5.3.3",
"tlds": "^1.218.0"
},
"scripts": {
"start": "rollup -c --watch",
"build": "rollup -c",
"build:prod": "rollup -c --environment BUILD:production",
"test": "jest",
"types": "tsc --noEmit"
}
}