1 Star 0 Fork 1

arthurhu/hypothesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.35 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "h",
"private": true,
"version": "0.0.0",
"description": "The Internet, peer reviewed.",
"scripts": {
"build": "gulp build",
"checkformatting": "prettier --check *.js {h,scripts}/**/*.js",
"format": "prettier --list-different --write *.js {h,scripts}/**/*.js",
"lint": "eslint h/static/scripts"
},
"dependencies": {
"autoprefixer": "^6.0.3",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"bootstrap": "^4.3.1",
"browserify": "^16.2.3",
"browserify-shim": "^3.8.12",
"commander": "^2.9.0",
"core-js": "^1.2.5",
"element-closest": "^2.0.2",
"element-dataset": "^1.3.0",
"escape-html": "^1.0.3",
"exorcist": "^0.4.0",
"gulp": "^4.0.0",
"gulp-changed": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-newer": "^1.2.0",
"gulp-postcss": "^6.1.0",
"gulp-svgmin": "^2.2.0",
"gulplog": "^1.0.0",
"jquery": "^3.5.0",
"js-polyfills": "^0.1.16",
"keyboardevent-key-polyfill": "^1.0.2",
"mkdirp": "^0.5.1",
"normalize.css": "^8.0.0",
"popper.js": "^1.14.4",
"postcss": "^6.0.21",
"postcss-url": "^7.3.1",
"query-string": "^3.0.1",
"raven-js": "^3.7.0",
"sass": "^1.23.7",
"scroll-into-view": "^1.7.1",
"through2": "^2.0.1",
"uglifyify": "^4.0.5",
"unorm": "^1.4.1",
"vinyl": "^1.1.1",
"watchify": "^3.11.1",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"babel-plugin-mockable-imports": "^1.3.1",
"chai": "^3.5.0",
"check-dependencies": "^1.1.0",
"diff": "^3.5.0",
"eslint": "^4.18.2",
"eslint-config-hypothesis": "^1.0.0",
"fetch-mock": "^5.1.5",
"karma": "^4.1.0",
"karma-browserify": "^5.3.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon": "^1.0.5",
"mocha": "^5.2.0",
"prettier": "1.17.0",
"sinon": "^1.17.3",
"syn": "^0.2.2"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/hypothesis/h.git"
},
"license": "Simplified BSD License",
"bugs": {
"url": "https://github.com/hypothesis/h/issues"
},
"homepage": "https://github.com/hypothesis/h",
"browserify": {
"transform": [
"babelify",
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arthurhu/hypothesis.git
[email protected]:arthurhu/hypothesis.git
arthurhu
hypothesis
hypothesis
master

搜索帮助