UNPKG

wind-ui-2023

Version:
114 lines (113 loc) 3.08 kB
{ "name": "wind-ui-2023", "version": "0.1.1", "description": "测试UI库", "author": "Lw0909", "private": false, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "keywords": [ "Wind", "UI", "React" ], "homepage": "https://github.com/linwu0909/wind-ui-2023", "repository": { "type": "git", "url": "https://github.com/linwu0909/wind-ui-2023" }, "files": [ "dist" ], "dependencies": { "@fortawesome/fontawesome-svg-core": "1.2.28", "@fortawesome/free-solid-svg-icons": "5.13.0", "@fortawesome/react-fontawesome": "0.1.11", "axios": "^1.3.2", "classnames": "^2.3.2", "react-transition-group": "^4.4.5" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "scripts": { "start": "react-scripts start", "clean": "rimraf ./dist", "build": "npm run clean && npm run build-ts && npm run build-css", "test": "react-scripts test", "eject": "react-scripts eject", "storybook": "start-storybook -p 6006 -s public", "build-storybook": "build-storybook -s public", "build-ts": "tsc -p tsconfig.build.json", "build-css": "node-sass ./src/styles/index.scss ./build/index.css", "prepublish": "npm run build" }, "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" ] }, "babel": { "plugins": [ [ "@babel/plugin-proposal-decorators", { "legacy": true } ] ], "presets": [ "react-app" ] }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.20.5", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "@types/classnames": "^2.3.1", "@types/jest": "^27.5.2", "@types/node": "^16.18.10", "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@types/react-transition-group": "^4.4.5", "@storybook/addon-actions": "^6.5.15", "@storybook/addon-essentials": "^6.5.15", "@storybook/addon-info": "^5.3.21", "@storybook/addon-interactions": "^6.5.15", "@storybook/addon-links": "^6.5.15", "@storybook/builder-webpack5": "^6.5.15", "@storybook/manager-webpack5": "^6.5.15", "@storybook/node-logger": "^6.5.15", "@storybook/preset-create-react-app": "^4.1.2", "@storybook/react": "^6.5.15", "@storybook/testing-library": "^0.0.13", "@types/storybook__addon-info": "^5.2.5", "babel-plugin-named-exports-order": "^0.0.2", "prop-types": "^15.8.1", "react-docgen-typescript-loader": "^3.7.2", "rimraf": "^4.1.2", "webpack": "^5.75.0", "node-sass": "^7.0.3", "react-scripts": "5.0.1", "typescript": "^4.9.4", "react": "^18.2.0", "react-dom": "^18.2.0" } }