1 Star 0 Fork 0

tanhaiyuan/hypothesis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "h",
"private": true,
"version": "0.0.0",
"description": "The Internet, peer reviewed.",
"scripts": {
"build": "gulp build",
"checkformatting": "prettier --check *.mjs h/static/scripts",
"format": "prettier --list-different --write *.mjs h/static/scripts",
"lint": "eslint h/static/scripts",
"test": "gulp test"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@hypothesis/frontend-build": "^1.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"autoprefixer": "^10.4.0",
"bootstrap": "^4.6.1",
"escape-html": "^1.0.3",
"gulp": "^4.0.0",
"gulp-changed": "^4.0.3",
"gulp-cli": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-svgmin": "^4.0.1",
"jquery": "^3.6.0",
"normalize.css": "^8.0.0",
"popper.js": "^1.16.1",
"postcss": "^8.3.9",
"raven-js": "^3.7.0",
"rollup": "^2.59.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.4",
"scroll-into-view": "^1.16.0"
},
"devDependencies": {
"babel-plugin-mockable-imports": "^1.7.1",
"chai": "^4.3.4",
"diff": "^5.0.0",
"eslint": "^7.32.0",
"eslint-config-hypothesis": "2.5",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"fetch-mock": "^9.11.0",
"karma": "^6.3.6",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-source-map-support": "^1.4.0",
"mocha": "^9.1.2",
"prettier": "^2.4.1",
"sinon": "^11.1.2",
"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",
"browserslist": "chrome 57, edge 17, firefox 53, safari 10.1",
"prettier": {
"arrowParens": "avoid",
"singleQuote": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tanhaiyuan/hypothesis.git
[email protected]:tanhaiyuan/hypothesis.git
tanhaiyuan
hypothesis
hypothesis
master

搜索帮助