提交 fe2637e331e47b9b7b712745a8d552175b8b884a

作者 juvenile
0 个父辈

1.0.1

正在显示 1 个修改的文件 包含 68 行增加0 行删除
  1 +{
  2 + "name": "workai-components",
  3 + "version": "1.0.1",
  4 + "description": "",
  5 + "main": "index.js",
  6 + "scripts": {
  7 + "dev": "vite",
  8 + "build": "vite build",
  9 + "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
  10 + "lint-staged": "lint-staged",
  11 + "test": "echo \"Error: no test specified\" && exit 1"
  12 + },
  13 + "repository": {
  14 + "type": "git",
  15 + "url": ""
  16 + },
  17 + "gitHooks": {
  18 + "pre-commit": "lint-staged"
  19 + },
  20 + "lint-staged": {
  21 + "*.{ts,tsx,js,jsx}": "prettier --ignore-unknown --write",
  22 + "*.{json,less,md}": "prettier --ignore-unknown --write"
  23 + },
  24 + "keywords": [],
  25 + "author": "juvenile <juvenile.business01@gmail.com>",
  26 + "license": "MIT",
  27 + "devDependencies": {
  28 + "@amap/amap-jsapi-loader": "^1.0.1",
  29 + "@ant-design/icons": "^5.1.2",
  30 + "@formily/antd-v5": "1.1.0-beta.3",
  31 + "@formily/core": "^2.2.24",
  32 + "@formily/react": "^2.2.24",
  33 + "@types/jquery": "^3.5.16",
  34 + "@types/node": "^20.2.5",
  35 + "@types/react": "^18.2.7",
  36 + "@types/react-dom": "^18.2.4",
  37 + "@typescript-eslint/eslint-plugin": "^5.59.7",
  38 + "@typescript-eslint/parser": "^5.59.7",
  39 + "@vitejs/plugin-react": "^4.0.0",
  40 + "antd": "^5.5.1",
  41 + "braft-editor": "^2.3.9",
  42 + "classnames": "^2.3.2",
  43 + "eslint": "^8.41.0",
  44 + "eslint-config-prettier": "^8.8.0",
  45 + "eslint-plugin-markdown": "^3.0.0",
  46 + "eslint-plugin-react": "^7.32.2",
  47 + "eslint-plugin-react-hooks": "^4.6.0",
  48 + "jquery": "^3.7.0",
  49 + "less": "^4.1.3",
  50 + "lint-staged": "^13.2.2",
  51 + "moment": "^2.29.4",
  52 + "prettier": "^2.8.8",
  53 + "react-router-dom": "^6.11.2",
  54 + "stylelint": "^15.6.2",
  55 + "stylelint-config-rational-order": "^0.1.2",
  56 + "stylelint-config-standard": "^33.0.0",
  57 + "stylelint-prettier": "^3.0.0",
  58 + "ts-node": "^10.9.1",
  59 + "typescript": "^4.1.0",
  60 + "umi-request": "^1.4.0",
  61 + "vite": "^4.3.9"
  62 + },
  63 + "dependencies": {
  64 + "react": "^18.2.0",
  65 + "react-dom": "^18.2.0",
  66 + "react-is": "^18.2.0"
  67 + }
  68 +}
... ...
注册登录 后发表评论