cloud-business 0.1.124-12 → 0.1.124-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json DELETED
@@ -1,138 +0,0 @@
1
- {
2
- "name": "cloud-business",
3
- "version": "0.1.124-12",
4
- "description": "数据赢家 react 版本业务组件",
5
- "scripts": {
6
- "gen:index": "node ./scripts/generate-index.js",
7
- "gen:index:dev": "node ./scripts/generate-index.js --dev",
8
- "gen:doc": "node ./scripts/generate-doc.js",
9
- "start": "rimraf dist/* && npm run gen:index:dev && father-build --dev && dumi dev",
10
- "site": "npm run gen:index:dev && dumi build",
11
- "docs:build": "dumi build",
12
- "docs:deploy": "gh-pages -d docs-dist",
13
- "build": "npm run gen:index && rimraf dist/* && father-build",
14
- "watch": "father-build --watch",
15
- "deploy": "npm run docs:build && npm run docs:deploy",
16
- "release": "npm run build && npm publish",
17
- "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
18
- "test": "umi-test",
19
- "test:coverage": "umi-test --coverage",
20
- "postversion": "dumi assets",
21
- "lint": "eslint ./src --ext .js,.jsx",
22
- "umi-lint": "umi-lint --eslint.ext='.js,jsx' ./src",
23
- "cli-version": "node ./scripts/generate-version.js",
24
- "version": "npm run build && npm publish dist",
25
- "precommit": "umi-lint --staged --eslint --stylelint --prettier --fix"
26
- },
27
- "dumiAssets": "assets.json",
28
- "main": "cloud-business.js",
29
- "module": "dist/index.esm.js",
30
- "typings": "dist/index.d.ts",
31
- "source": "src/index.js",
32
- "gitHooks": {
33
- "pre-commit": "lint-staged"
34
- },
35
- "jest": {
36
- "moduleNameMapper": {
37
- "^@utils(.*)$": "<rootDir>/src/utils$1",
38
- "^@contexts(.*)$": "<rootDir>/src/contexts$1",
39
- "^@src(.*)$": "<rootDir>/src/$1"
40
- }
41
- },
42
- "lint-staged": {
43
- "*.{js,jsx,less,md,json}": [
44
- "prettier --write"
45
- ]
46
- },
47
- "repository": "https://github.com/ShuyunFF2E/cloud-business.git",
48
- "author": "shuyunfe <shuyunfe@shuyun.com>",
49
- "devDependencies": {
50
- "@babel/cli": "^7.14.8",
51
- "@babel/core": "^7.15.0",
52
- "@babel/eslint-parser": "^7.15.0",
53
- "@babel/plugin-proposal-class-properties": "^7.14.5",
54
- "@babel/plugin-proposal-decorators": "^7.14.5",
55
- "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
56
- "@babel/plugin-proposal-function-sent": "^7.14.5",
57
- "@babel/plugin-proposal-numeric-separator": "^7.14.5",
58
- "@babel/plugin-proposal-throw-expressions": "^7.14.5",
59
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
60
- "@babel/plugin-transform-runtime": "^7.15.0",
61
- "@babel/preset-env": "^7.15.0",
62
- "@babel/preset-react": "^7.14.5",
63
- "@babel/runtime": "^7.15.3",
64
- "@rollup/plugin-alias": "^3.1.5",
65
- "@rollup/plugin-url": "^6.1.0",
66
- "@types/react-is": "^17.0.3",
67
- "@umijs/test": "^3.0.5",
68
- "@wangeditor/editor": "5.1.12",
69
- "@wangeditor/editor-for-react": "1.0.4",
70
- "babel-eslint": "^10.1.0",
71
- "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
72
- "cross-env": "^7.0.3",
73
- "dumi": "^1.0.14",
74
- "enzyme": "^3.11.0",
75
- "enzyme-adapter-react-16": "^1.15.2",
76
- "enzyme-to-json": "^3.5.0",
77
- "eslint": "^7.32.0",
78
- "eslint-config-airbnb": "^18.2.1",
79
- "eslint-config-prettier": "^8.3.0",
80
- "eslint-import-resolver-alias": "^1.1.2",
81
- "eslint-plugin-import": "^2.24.2",
82
- "eslint-plugin-jest": "^24.4.0",
83
- "eslint-plugin-jsx-a11y": "^6.4.1",
84
- "eslint-plugin-prettier": "^3.4.1",
85
- "eslint-plugin-react": "^7.24.0",
86
- "eslint-webpack-plugin": "^3.0.1",
87
- "father-build": "1.22.1",
88
- "gh-pages": "^3.0.0",
89
- "glob": "^7.1.7",
90
- "identity-obj-proxy": "^3.0.0",
91
- "jest": "^27.0.6",
92
- "jest-environment-jsdom": "^27.0.6",
93
- "jest-transform-css": "2.0.0",
94
- "lint-staged": "^10.0.7",
95
- "markdown-it": "^12.2.0",
96
- "postcss-font-base64": "^1.0.5",
97
- "prettier": "^2.2.1",
98
- "rimraf": "^3.0.2",
99
- "rollup-plugin-postcss": "^4.0.1",
100
- "rollup-plugin-visualizer": "^4.2.2",
101
- "umi-lint": "^2.0.2",
102
- "yargs": "^17.1.1"
103
- },
104
- "dependencies": {
105
- "@emoji-mart/data": "^1.0.2",
106
- "@wangeditor/editor": "5.1.12",
107
- "@wangeditor/editor-for-react": "1.0.4",
108
- "axios": "^0.19.1",
109
- "classnames": "^2.2.6",
110
- "cloud-react": "0.1.19",
111
- "cloud-react-v2": "npm:cloud-react@1.0.40-4",
112
- "emoji-mart": "^5.2.0",
113
- "gray-matter": "^4.0.3",
114
- "jotai": "^2.6.2",
115
- "lodash": "^4.17.21",
116
- "moment": "^2.29.4",
117
- "postcss-url": "8.0.0",
118
- "prop-types": "^15.7.2",
119
- "rc-overflow": "^1.2.8",
120
- "rc-picker": "^3.1.4",
121
- "react": "^16.8.6",
122
- "react-beautiful-dnd": "^13.1.0",
123
- "react-dom": "^16.8.6",
124
- "react-dropzone": "^14.2.3",
125
- "react-infinite-scroll-component": "^6.1.0",
126
- "react-router-dom": "^5.0.0",
127
- "rollup-plugin-babel": "^4.4.0",
128
- "rollup-plugin-copy": "^3.4.0",
129
- "rollup-plugin-eslint": "^7.0.0",
130
- "rollup-plugin-img": "^1.1.0",
131
- "rollup-plugin-node-resolve": "^5.2.0",
132
- "shuyun-utils": "0.0.3"
133
- },
134
- "bugs": {
135
- "url": "https://github.com/ShuyunFF2E/ccms-components-react/issues"
136
- },
137
- "homepage": "https://github.com/ShuyunFF2E/ccms-components-react#readme"
138
- }
package/jsconfig.json DELETED
@@ -1,13 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2015",
4
- "allowSyntheticDefaultImports": false,
5
- "moduleResolution": "node",
6
- "baseUrl": ".",
7
- "paths": {
8
- "@src/*": ["./src/*"],
9
- }
10
- },
11
- "include": ["./src/**/*"],
12
- "exclude": ["./node_modules", "./dist"]
13
- }
package/typings.d.ts DELETED
@@ -1,2 +0,0 @@
1
- declare module '*.css';
2
- declare module '*.less';