uicd
Version:
构建 Web 界面组件库 uic
78 lines (77 loc) • 1.89 kB
JSON
{
"name": "uicd",
"version": "1.0.7",
"private": false,
"homepage": ".",
"author": "fj",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"React",
"UI",
"Componet"
],
"files": [
"dist"
],
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"scripts": {
"start": "react-scripts start",
"clean": "rimraf ./build",
"lint": "eslint --ext js,ts,tsx src --max-warnings 2",
"test:nowatch": "cross-env CI=true react-scripts test",
"build-ts": "tsc -p tsconfig.build.json",
"build-css": "node-sass ./src/styles/index.scss ./dist/index.css",
"build": "npm run clean && npm run build-ts && npm run build-css",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublish": "npm run lint && npm run build",
"publish": "npm publish"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/node-sass": "^4.11.1",
"classnames": "^2.3.1",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"node-sass": "^5.0.0",
"rimraf": "^3.0.2"
}
}