博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
React项目技术栈
阅读量:5890 次
发布时间:2019-06-19

本文共 3185 字,大约阅读时间需要 10 分钟。

{  "name": "",  "version": "1.0.19",  "private": true,  "dependencies": {    "@ungap/url-search-params": "^0.1.1",    "axios": "^0.18.0",    "bootstrap": "^4.1.3",    "date-fns": "^2.0.0-alpha.27",    "filepond": "^3.7.6",    "filepond-plugin-file-validate-size": "^2.1.0",    "filepond-plugin-file-validate-type": "^1.2.1",    "filepond-plugin-image-preview": "^3.1.6",    "filepond-polyfill": "^1.0.2",    "highcharts": "^6.2.0",    "highcharts-react-official": "^2.1.3",    "history": "^4.7.2",    "immutable": "^4.0.0-rc.12",    "jsonp": "^0.2.1",    "lodash": "^4.17.10",    "map.prototype.tojson": "^0.1.3",    "mathjs": "^5.1.1",    "moment": "^2.22.2",    "moment-timezone": "^0.5.23",    "normalize.css": "^8.0.1",    "numbro": "^2.1.0",    "preval.macro": "^3.0.0",    "prop-types": "^15.6.2",    "pubsub-js": "^1.7.0",    "query-string": "^6.2.0",    "react": "^16.7.0",    "react-app-polyfill": "^0.2.0",    "react-beautiful-dnd": "^10.0.3",    "react-cookie": "^3.0.4",    "react-datepicker": "^2.3.0",    "react-dates": "^18.3.1",    "react-dom": "^16.7.0",    "react-filepond": "^5.0.0",    "react-html-parser": "^2.0.2",    "react-idle-timer": "^4.2.3",    "react-intl-universal": "^1.12.1",    "react-redux": "^5.0.7",    "react-router-bootstrap": "^0.24.4",    "react-router-dom": "^4.3.1",    "react-scripts": "^2.1.8",    "react-toastify": "^4.5.2",    "reactstrap": "^6.5.0",    "reduce-reducers": "^0.4.3",    "redux": "^4.0.0",    "redux-actions": "^2.6.1",    "redux-thunk": "^2.3.0",    "sockjs-client": "^1.3.0",    "styled-components": "^4.1.2",    "styled-icons": "^7.7.0",    "ts-pnp": "^1.0.1",    "typescript": "^3.3.3333",    "uuid": "^3.3.2",    "validator": "^10.8.0",    "webstomp-client": "^1.2.4"  },  "devDependencies": {    "@commitlint/cli": "^7.2.1",    "@types/jest": "^24.0.11",    "ajv": "^6.5.3",    "ajv-keywords": "^3.2.0",    "cross-env": "^5.2.0",    "env-cmd": "^8.0.2",    "enzyme": "^3.5.0",    "enzyme-adapter-react-16": "^1.3.1",    "jest-enzyme": "^7.0.2",    "eslint-plugin-prettier": "^2.6.2",    "http-proxy-middleware": "^0.19.0",    "husky": "^1.2.1",    "jquery": "^3.3.1",    "npm-run-all": "^4.1.3",    "prettier": "^1.14.2",    "pretty-quick": "^1.6.0",    "react-test-renderer": "^16.8.4",    "redux-devtools-extension": "^2.13.5",    "stylelint": "^9.9.0",    "stylelint-config-recommended": "^2.1.0",    "stylelint-config-styled-components": "^0.1.1",    "stylelint-processor-styled-components": "^1.5.1"  },  "scripts": {    "start": "react-scripts start",    "build": "npm --no-git-tag-version version patch && react-scripts build",    "build:demo": "env-cmd .env.demo npm run build",    "test": "react-scripts test --modulePaths=src --no-cache",    "test:debug": "react-scripts --inspect-brk test --runInBand --no-cache --modulePaths=src",    "eject": "react-scripts eject",    "lint:css": "stylelint './src/**/*.js'"  },  "lint-staged": {    "src/**/*.{js,jsx,json,css}": [      "prettier --single-quote --write",      "git add"    ]  },  "browserslist": [    ">0.2%",    "not dead",    "not ie <= 11",    "not op_mini all"  ],  "husky": {    "hooks": {      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"    }  }}

转载地址:http://klbsx.baihongyu.com/

你可能感兴趣的文章
sota系统服务进程的启动与停止(章节:4.2)
查看>>
几个比喻让你彻底明白什么是HTML5
查看>>
Linux基础环境准备
查看>>
JS调用agent的方法
查看>>
4、Bash基础及配置、标准I/O、管道及shell编程基础;
查看>>
综合技术 --mybatis-config.xml文件
查看>>
Java的缓冲流内部实现及其效率探讨
查看>>
mysql+mycat实现读写分离
查看>>
http协议特点,web资源,url通用格式
查看>>
学习安卓开发[1] - 程序结构、Activity生命周期及页面通信
查看>>
安装和卸载软件包
查看>>
socket_ftp下载实例_完善功能
查看>>
部署 k8s Cluster(下)- 每天5分钟玩转 Docker 容器技术(119)
查看>>
40条常见的移动端Web页面问题解决方案
查看>>
Protostar format4
查看>>
import android.support.v7.app.ActionBarActivity; 报
查看>>
mysql Communications link failure
查看>>
grep进阶与sed行编辑器
查看>>
[置顶] JSTL与Struts的结合(四)
查看>>
读书笔记“使用AngularJs开发下一代web应用”
查看>>