mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-27 04:20:41 +08:00
User can create new project when he is superuser or his billings allow him to do that. User can create new component when he is admin of the projects and his billings allow him to do that. Fixes #2220 Signed-off-by: Michal Čihař <michal@cihar.com>
25 lines
663 B
JSON
Vendored
25 lines
663 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.7.1",
|
|
"bootstrap-rtl": "^3.3.4",
|
|
"chartist": "^0.11.0",
|
|
"clipboard": "^1.7.1",
|
|
"font-awesome": "^4.7.0",
|
|
"font-linux": "^0.6.1",
|
|
"js-cookie": "^2.1.4",
|
|
"modernizr": "^3.6.0",
|
|
"mousetrap": "^1.6.1",
|
|
"mousetrap-global-bind": "^1.1.0",
|
|
"multi.js": "^0.2.3",
|
|
"slugify": "^1.3.1"
|
|
}
|
|
}
|