wiz-frameworks
Version:
wizlong react framework
85 lines (84 loc) • 2.09 kB
JSON
{
"name": "wiz-frameworks",
"version": "1.1.65",
"description": "wizlong react framework",
"keywords": [
"wiz",
"react",
"framework"
],
"files": [
"lib",
"es",
"docs"
],
"main": "./lib",
"repository": {
"type": "git",
"url": "https://gitlab.wizlong.com/sgm2.0/frontend/wiz-frameworks.git"
},
"license": "MIT",
"config": {
"port": 8765
},
"scripts": {
"start": "rc-tools run server",
"build": "rc-tools run build",
"compile": "rc-tools run compile",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"test": "jest",
"coverage": "jest --coverage"
},
"jest": {
"collectCoverageFrom": [
"src/*"
],
"transform": {
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
}
},
"devDependencies": {
"babel-plugin-import": "^1.12.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"chai": "^4.2.0",
"classnames": "^2.2.5",
"css-loader": "^3.6.0",
"customize-cra": "^0.2.12",
"downloadjs": "^1.4.7",
"jest": "^22.0.3",
"less": "2.7.3",
"less-loader": "^4.1.0",
"path-to-regexp": "^2.2.1",
"rc-tools": "^8.4.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-fast-compare": "^2.0.0",
"style-loader": "^1.0.0",
"wolfy87-eventemitter": "^5.2.4"
},
"dependencies": {
"ali-oss": "^6.5.1",
"antd": "3.25.0",
"aws-sdk": "2.1011.0",
"dva": "^2.4.1",
"dva-loading": "^1.0.4",
"dva-logger": "^1.0.0",
"fetch-jsonp": "^1.1.3",
"history": "^5.0.0",
"js-base64": "2.4.3",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"object-assign": "^4.1.0",
"object.omit": "^3.0.0",
"parse": "^2.15.0",
"prop-types": "^15.6.1",
"react-document-title": "^2.0.3",
"react-router-cache-route": "^1.11.0",
"whatwg-fetch": "^2.0.3",
"wiz-components": "^1.0.11",
"wiz-utils": "^1.0.5"
}
}