weblate/scripts/yarn/package.json
2019-10-15 14:48:34 +02:00

30 lines
818 B
JSON
Vendored

{
"name": "Weblate",
"description": "Mock to install javascript deps",
"main": "index.js",
"license": "GPL-3.0+",
"scripts": {
"build:modernizr": "modernizr -c ./modernizr-config.json -d modernizr.js",
"build": "npm run build:modernizr"
},
"dependencies": {
"autosize": "^4.0.0",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-rtl": "^3.3.4",
"chartist": "^0.11.4",
"clipboard": "^2.0.4",
"font-awesome": "^4.7.0",
"font-linux": "^0.6.1",
"jquery": "^3.4.1",
"js-cookie": "^2.2.1",
"modernizr": "^3.7.1",
"mousetrap": "^1.6.3",
"mousetrap-global-bind": "^1.1.0",
"multi.js": "^0.5.0",
"slugify": "^1.3.5",
"dejavu-fonts-ttf": "2.37.3",
"source-sans-pro": "3.6.0",
"source-code-pro": "2.30.2",
"@sentry/browser": "5.7.1"
}
}