diff --git a/.gitignore b/.gitignore index abfd2fd9..9d23e834 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ npm-debug.log /packages/*/lib /packages/*/dist +package-lock.json diff --git a/package.json b/package.json index 9ea0e5a1..05d68361 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,8 @@ "bootstrap": "lerna bootstrap", "build": "father-build --watch", "version": "lerna version --no-changelog --no-commit-hooks --no-private", - "publish": "lerna publish from-git" + "publish": "father-build && lerna publish from-git" }, - "author": "harrywan qlin", "license": "MIT", "keywords": [ "管理端", @@ -22,10 +21,6 @@ "easy", "strong" ], - "repository": { - "type": "git", - "url": "https://github.com/WeBankFinTech/fes.git" - }, "dependencies": { "lerna": "^3.18.4" }, diff --git a/packages/fes-compiler/LICENSE b/packages/fes-compiler/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-compiler/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-compiler/package.json b/packages/fes-compiler/package.json index 455d4380..d5318c15 100644 --- a/packages/fes-compiler/package.json +++ b/packages/fes-compiler/package.json @@ -9,17 +9,18 @@ ], "repository": { "type": "git", - "url": "" + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-compiler" }, "keywords": [ "fes" ], - "authors": [ - "" - ], + "author": "qlin", "license": "MIT", - "bugs": "", - "homepage": "", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "publishConfig": { "access": "public" }, diff --git a/packages/fes-plugin-access/LICENSE b/packages/fes-plugin-access/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-access/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-access/package.json b/packages/fes-plugin-access/package.json index d84b410a..1577aacb 100644 --- a/packages/fes-plugin-access/package.json +++ b/packages/fes-plugin-access/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-access", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-access", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-access" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "peerDependencies": { "vue": "^3.0.4", "@webank/fes": "^2.0.0" diff --git a/packages/fes-plugin-icon/LICENSE b/packages/fes-plugin-icon/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-icon/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-icon/package.json b/packages/fes-plugin-icon/package.json index 4a8c204b..06322883 100644 --- a/packages/fes-plugin-icon/package.json +++ b/packages/fes-plugin-icon/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-icon", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-icon", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "module": "dist/index.esm.js", - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-icon" + }, + "keywords": [ + "fes" + ], + "author": "qlin", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "peerDependencies": { "vue": "^3.0.4" }, diff --git a/packages/fes-plugin-icon/src/Icon/Icon.jsx b/packages/fes-plugin-icon/src/Icon/Icon.vue similarity index 98% rename from packages/fes-plugin-icon/src/Icon/Icon.jsx rename to packages/fes-plugin-icon/src/Icon/Icon.vue index beccaa64..86907d41 100644 --- a/packages/fes-plugin-icon/src/Icon/Icon.jsx +++ b/packages/fes-plugin-icon/src/Icon/Icon.vue @@ -1,3 +1,4 @@ + diff --git a/packages/fes-plugin-icon/src/index.js b/packages/fes-plugin-icon/src/index.js index a320e45a..6decb2a6 100644 --- a/packages/fes-plugin-icon/src/index.js +++ b/packages/fes-plugin-icon/src/index.js @@ -58,7 +58,7 @@ export default (api) => { api.onGenerateFiles(() => { if (generatedOnce) return; generatedOnce = true; - const cwd = join(__dirname, '../src/Icon'); + const cwd = join(__dirname, './Icon'); const files = api.utils.glob.sync('**/*', { cwd }); diff --git a/packages/fes-plugin-layout/LICENSE b/packages/fes-plugin-layout/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-layout/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-layout/package.json b/packages/fes-plugin-layout/package.json index 01aef8f1..cda4b20d 100644 --- a/packages/fes-plugin-layout/package.json +++ b/packages/fes-plugin-layout/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-layout", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-layout", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-layout" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "peerDependencies": { "vue": "^3.0.4", "@webank/fes": "^2.0.0", diff --git a/packages/fes-plugin-layout/src/index.js b/packages/fes-plugin-layout/src/index.js index bc308c79..0095de4f 100644 --- a/packages/fes-plugin-layout/src/index.js +++ b/packages/fes-plugin-layout/src/index.js @@ -40,7 +40,7 @@ export default (api) => { api.onGenerateFiles(() => { if (generatedOnce) return; generatedOnce = true; - const cwd = join(__dirname, '../src'); + const cwd = join(__dirname, '.'); const files = api.utils.glob.sync('**/*', { cwd }); diff --git a/packages/fes-plugin-locale/LICENSE b/packages/fes-plugin-locale/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-locale/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-locale/package.json b/packages/fes-plugin-locale/package.json index c52fdfbb..e0f20dec 100644 --- a/packages/fes-plugin-locale/package.json +++ b/packages/fes-plugin-locale/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-locale", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-locale", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-locale" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "dependencies": { "@umijs/utils": "3.3.3", "vue-i18n": "^9.0.0-beta.15" diff --git a/packages/fes-plugin-model/LICENSE b/packages/fes-plugin-model/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-model/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-model/package.json b/packages/fes-plugin-model/package.json index 08672909..2119b4d4 100644 --- a/packages/fes-plugin-model/package.json +++ b/packages/fes-plugin-model/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-model", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-model", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-model" + }, + "keywords": [ + "fes" + ], + "author": "harrywan", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "dependencies": { "@umijs/utils": "3.3.3" }, diff --git a/packages/fes-plugin-request/LICENSE b/packages/fes-plugin-request/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-plugin-request/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-plugin-request/package.json b/packages/fes-plugin-request/package.json index 4c40d066..9036872f 100644 --- a/packages/fes-plugin-request/package.json +++ b/packages/fes-plugin-request/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-plugin-request", "version": "1.0.0", - "description": "", + "description": "@webank/fes-plugin-request", "main": "lib/index.js", "files": [ "lib" @@ -10,9 +10,20 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "module": "dist/index.esm.js", - "keywords": [], - "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-plugin-request" + }, + "keywords": [ + "fes" + ], + "author": "qlin", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "peerDependencies": { "@webank/fes": "^2.0.0" }, diff --git a/packages/fes-preset-built-in/LICENSE b/packages/fes-preset-built-in/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-preset-built-in/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-preset-built-in/package.json b/packages/fes-preset-built-in/package.json index c0d875c8..df8ecf7d 100644 --- a/packages/fes-preset-built-in/package.json +++ b/packages/fes-preset-built-in/package.json @@ -9,17 +9,18 @@ ], "repository": { "type": "git", - "url": "" + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-preset-built-in" }, "keywords": [ "fes" ], - "authors": [ - "" - ], + "author": "qlin", "license": "MIT", - "bugs": "", - "homepage": "", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "publishConfig": { "access": "public" }, diff --git a/packages/fes-preset-built-in/src/plugins/features/alias.js b/packages/fes-preset-built-in/src/plugins/features/alias.js index 5ed69b15..c94709c0 100644 --- a/packages/fes-preset-built-in/src/plugins/features/alias.js +++ b/packages/fes-preset-built-in/src/plugins/features/alias.js @@ -28,8 +28,8 @@ export default (api) => { // lerna 仓库如果用 yarn workspace 的依赖不一定在 node_modules,可能被提到根目录,并且没有 link resolve.sync(`${library}/package.json`, { basedir: cwd - }), - ), + }) + ) ); } return null; @@ -47,7 +47,7 @@ export default (api) => { libraries.forEach((library) => { memo.resolve.alias.set( library.name, - getUserLibDir({ library: library.name }) || library.path, + getUserLibDir({ library: library.name }) || library.path ); }); diff --git a/packages/fes-runtime/LICENSE b/packages/fes-runtime/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-runtime/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-runtime/package.json b/packages/fes-runtime/package.json index d4f17eba..3848f72c 100644 --- a/packages/fes-runtime/package.json +++ b/packages/fes-runtime/package.json @@ -8,14 +8,19 @@ ], "repository": { "type": "git", - "url": "https://github.com/WeBankFinTech/fes.js" + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-runtime" }, "keywords": [ "fes" ], "sideEffects": false, - "authors": [], + "author": "qlin", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "publishConfig": { "access": "public" }, diff --git a/packages/fes-template-h5/package.json b/packages/fes-template-h5/package.json index eaac4cda..76eebc90 100644 --- a/packages/fes-template-h5/package.json +++ b/packages/fes-template-h5/package.json @@ -1,7 +1,7 @@ { "name": "@webank/fes-template-h5", - "version": "2.0.0", - "description": "fes项目模版", + "version": "1.0.0", + "description": "fes 移动端项目模版", "scripts": { "build": "fes build", "dev": "fes dev" @@ -16,17 +16,21 @@ "files": [ ".eslintrc.js", ".gitignore", - "fes.config.js", - "mock.js", "package.json", "README.md", "/src" ], "repository": { - "type": "git" + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-template-h5" }, - "author": "harrywan qlin", + "author": "qlin", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "devDependencies": { "@vue/compiler-sfc": "^3.0.0", "@webank/eslint-config-webank": "0.2.7", diff --git a/packages/fes-template/package.json b/packages/fes-template/package.json index a203c27e..bca695f2 100644 --- a/packages/fes-template/package.json +++ b/packages/fes-template/package.json @@ -25,10 +25,16 @@ "/src" ], "repository": { - "type": "git" + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-template" }, - "author": "harrywan qlin", + "author": "harrywan", "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "devDependencies": { "@vue/compiler-sfc": "^3.0.0", "@webank/eslint-config-webank": "0.2.7" diff --git a/packages/fes-utils/LICENSE b/packages/fes-utils/LICENSE new file mode 100644 index 00000000..0978fbf7 --- /dev/null +++ b/packages/fes-utils/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020-present webank + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/fes-utils/package.json b/packages/fes-utils/package.json index e1ea74ab..e7d03af5 100644 --- a/packages/fes-utils/package.json +++ b/packages/fes-utils/package.json @@ -1,12 +1,24 @@ { - "name": "fes-utils", + "name": "@webank/fes-utils", "version": "1.0.0", - "description": "", + "description": "@webank/fes-utils", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", - "license": "MIT" + "repository": { + "type": "git", + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes-utils" + }, + "keywords": [ + "fes" + ], + "author": "qlin", + "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", + "private": true } diff --git a/packages/fes/package.json b/packages/fes/package.json index 49732133..89c027de 100644 --- a/packages/fes/package.json +++ b/packages/fes/package.json @@ -16,12 +16,17 @@ }, "main": "index.js", "module": "dist/index.esm.js", - "author": "harrywan,qlin", + "author": "qlin", "repository": { "type": "git", - "url": "https://github.com/WeBankFinTech/fes.js.git" + "url": "git+https://github.com/WeBankFinTech/fes.js.git", + "directory": "packages/fes" }, "license": "MIT", + "bugs": { + "url": "https://github.com/WeBankFinTech/fes.js/issues" + }, + "homepage": "https://github.com/WeBankFinTech/fes.js#readme", "keywords": [ "管理端", "fes",