Слияние кода завершено, страница обновится автоматически
{
"name": "gitee-frontend",
"version": "0.22.0",
"description": "frontend component library for Gitee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm-run-all css-compile-main js-compile-main",
"dist": "npm-run-all css-compile-* js-compile-* js-minify-*",
"demo": "npm-run-all js-compile-jquery js-compile-demo css-compile-demo",
"demo-dev": "rollup -cw --config=scripts/config.js --file demo/assets/javascripts/gitee-frontend.js --environment TARGET:jquery-iife-dev",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"version": "npm run dist && git add -A dist demo && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"release": "gitee-release create --with-npm-version --with-git-push --upload",
"release-beta": "npm run release -- --prerelease beta",
"css-compile": "npm-run-all css-compile-*",
"css-compile-main": "node-sass --output-style expanded src/ -o dist/",
"css-compile-demo": "node-sass --output-style expanded src/gitee-frontend.scss demo/assets/stylesheets/gitee-frontend.css",
"css-compile-filtered-search-box": "node-sass --output-style expanded src/components/filtered-search-box.scss dist/jquery/jquery.filtered-search-box.css",
"css-compile-boards": "node-sass --output-style expanded src/components/boards.scss dist/jquery/jquery.boards.css",
"js-compile": "npm-run-all js-compile-*",
"js-compile-jquery-filtered-search-box": "rollup -c scripts/config.js --environment TARGET:jquery-filtered-search-box-iife",
"js-compile-jquery-boards": "rollup -c scripts/config.js --environment TARGET:jquery-boards-iife",
"js-compile-main": "npm-run-all js-compile-main-cjs js-compile-main-esm",
"js-compile-main-cjs": "rollup -c scripts/config.js --environment TARGET:main-cjs",
"js-compile-main-esm": "rollup -c scripts/config.js --environment TARGET:main-esm",
"js-compile-jquery": "rollup -c scripts/config.js --environment TARGET:jquery-iife",
"js-compile-demo": "cp -f ./dist/jquery/gitee-frontend.js ./demo/assets/javascripts/",
"js-minify-main": "rollup -c scripts/config.js --environment TARGET:main-prod",
"js-minify-jquery": "rollup -c scripts/config.js --environment TARGET:jquery-prod",
"js-minify-jquery-filtered-search-box": "rollup -c scripts/config.js --environment TARGET:jquery-filtered-search-box-prod",
"js-minify-jquery-boards": "rollup -c scripts/config.js --environment TARGET:jquery-boards-prod"
},
"repository": {
"type": "git",
"url": "git@gitee.com:gitee-frontend/gitee-frontend.git"
},
"main": "dist/gitee-frontend.js",
"module": "dist/gitee-frontend.esm.js",
"files": [
"app/",
"src/"
],
"keywords": [
"gitee",
"javascript",
"css"
],
"author": "Gitee",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.7.4",
"conventional-changelog-cli": "^2.0.28",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-gitee": "^1.1.0",
"eslint-plugin-import": "^2.18.2",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.27.8",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-scss": "^1.0.2",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-uglify": "^6.0.3",
"rollup-plugin-vue": "^5.1.4",
"uglify-js": "^3.7.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@babel/runtime": "^7.14.0"
}
}
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )