1 Star 0 Fork 0

ZoeLeeFZ/blueprint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
Gilad Gray 提交于 2017-05-08 15:50 . upgrade to react-day-picker v5 (#1014)
{
"name": "blueprint",
"version": "1.16.0",
"private": true,
"description": "A React UI toolkit for the web.",
"scripts": {
"bootstrap": "lerna bootstrap",
"build:landing": "(cd packages/site-landing; npm run build)",
"build:gulp": "NODE_ENV='\"production\"' gulp build",
"build:site": "npm-run-all build:gulp build:landing clean:docs copy:docs copy:landing delete:doc-source-maps",
"clean:docs": "rm -rf docs && git checkout docs/CNAME",
"copy:docs": "cp -rf packages/site-docs/dist docs/docs",
"copy:landing": "cp -rf packages/site-landing/dist/* docs/.",
"delete:doc-source-maps": "find docs -name '*.map' -type f -delete",
"gulp": "gulp",
"serve": "http-server docs"
},
"dependencies": {
"@types/assertion-error": "1.0.30",
"@types/chai": "3.4.34",
"@types/classnames": "0.0.31",
"@types/dom4": "1.5.20",
"@types/enzyme": "2.4.36",
"@types/mocha": "2.2.32",
"@types/pure-render-decorator": "0.2.27",
"@types/react": "0.14.40",
"@types/react-addons-test-utils": "0.14.15",
"@types/react-dom": "0.14.17",
"@types/react-transition-group": "1.1.0",
"@types/tether": "1.1.27",
"autoprefixer": "6.5.2",
"better-handlebars": "github:wmeldon/better-handlebars",
"chai": "3.5.0",
"del": "2.2.2",
"documentalist": "0.0.6",
"enzyme": "2.6.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-connect": "5.0.0",
"gulp-count": "0.3.0",
"gulp-insert": "0.5.0",
"gulp-less": "3.1.0",
"gulp-load-plugins": "1.3.0",
"gulp-mocha": "3.0.1",
"gulp-postcss": "6.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "2.3.2",
"gulp-sourcemaps": "1.6.0",
"gulp-strip-css-comments": "1.2.0",
"gulp-stylelint": "3.9.0",
"gulp-tslint": "7.0.1",
"gulp-typescript": "3.1.4",
"gulp-util": "3.0.7",
"highlights": "3.0.1",
"http-server": "0.9.0",
"istanbul-instrumenter-loader": "0.2.0",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.2.0",
"karma-mocha-reporter": "2.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-phantomjs-shim": "1.4.0",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"language-less": "github:atom/language-less",
"language-typescript": "github:giladgray/language-typescript#10.1.15",
"lerna": "2.0.0-beta.30",
"lodash": "4.16.4",
"marked": "0.3.6",
"merge-stream": "1.0.0",
"mocha": "3.1.2",
"node-sass-package-importer": "3.0.0",
"npm-run-all": "3.1.1",
"phantomjs-prebuilt": "2.1.13",
"postcss-copy-assets": "0.3.0",
"postcss-import": "8.2.0",
"postcss-url": "5.1.2",
"react": "15.5.1",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.1",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"sorted-object": "2.0.1",
"source-map-loader": "0.1.5",
"string-replace-loader": "1.0.5",
"stylelint": "7.9.0",
"stylelint-config-palantir": "2.0.2",
"stylelint-scss": "1.4.3",
"ts-loader": "0.9.5",
"ts-quick-docs": "0.5.1",
"tslint": "4.5.1",
"tslint-react": "2.4.0",
"typescript": "2.2.1",
"vinyl-source-stream": "1.1.0",
"webpack": "1.13.2"
},
"engines": {
"node": ">= 5.1"
},
"repository": {
"type": "git",
"url": "[email protected]:palantir/blueprint.git"
},
"author": "Palantir Technologies",
"license": "BSD-3-Clause"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zoelee/blueprint.git
[email protected]:zoelee/blueprint.git
zoelee
blueprint
blueprint
al/motion

搜索帮助