mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-02 23:28:58 +08:00
29 lines
786 B
JSON
29 lines
786 B
JSON
{
|
|
"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": {
|
|
"@sentry/browser": "6.18.1",
|
|
"autosize": "^5.0.1",
|
|
"bootstrap-datepicker": "^1.9.0",
|
|
"bootstrap-rtl": "^3.3.4",
|
|
"clipboard": "^2.0.10",
|
|
"dejavu-fonts-ttf": "2.37.3",
|
|
"jquery": "^3.6.0",
|
|
"js-cookie": "^3.0.1",
|
|
"modernizr": "^3.12.0",
|
|
"mousetrap": "^1.6.5",
|
|
"mousetrap-global-bind": "^1.1.0",
|
|
"multi.js": "^0.5.2",
|
|
"prismjs": "^1.27.0",
|
|
"slugify": "^1.6.5",
|
|
"source-code-pro": "2.38.0",
|
|
"source-sans": "3.46.0",
|
|
"tributejs": "^5.1.3"
|
|
}
|
|
}
|