1 Star 0 Fork 11

无心love/React-Static

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.57 KB
一键复制 编辑 原始数据 按行查看 历史
Denis Sokolov 提交于 2017-12-23 20:09 . Sanity build in tests (#259)
{
"name": "react-static",
"version": "4.8.3",
"main": "lib/index.js",
"types": "src/index.d.ts",
"license": "MIT",
"bin": {
"react-static": "./bin/react-static"
},
"engines": {
"node": ">=6.10.0"
},
"scripts": {
"watch": "rimraf lib && babel -w src --out-dir lib",
"build": "rimraf lib && babel src --out-dir lib",
"publishnext": "yarn publish --tag next",
"prepublishOnly": "yarn build",
"postpublish": "git push --tags",
"test": "eslint src examples test && yarn run test-sample-build",
"test-sample-build": "yarn build && (cd test/minimal-website && ../../bin/react-static build)",
"test-webpack": "jest"
},
"repository": "nozzle/react-static",
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-react-tools": "^1.0.6",
"jest": "^21.2.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"@types/react": "^16.0.18",
"@types/react-helmet": "^5.0.3",
"@types/react-router-dom": "^4.2.0",
"autoprefixer": "^7.1.5",
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.3.0",
"circular-dependency-plugin": "^4.2.1",
"cors": "^2.8.4",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^1.1.4",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"html-webpack-plugin": "^2.30.1",
"inquirer": "^3.3.0",
"inquirer-autocomplete-prompt": "^0.11.1",
"match-sorter": "^2.0.2",
"openport": "^0.0.4",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.0.6",
"preact": "^8.2.7",
"preact-compat": "^3.17.0",
"prop-types": "^15.5.10",
"raw-loader": "^0.5.1",
"react": "^16",
"react-dev-utils": "^4.0.1",
"react-dom": "^16",
"react-helmet": "^5.2.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-router-dom": "^4.2.2",
"script-ext-html-webpack-plugin": "^1.8.7",
"shorthash": "^0.0.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.1",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.8.2",
"webpack-node-externals": "^1.6.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuxinlove/React-Static.git
git@gitee.com:wuxinlove/React-Static.git
wuxinlove
React-Static
React-Static
master

搜索帮助