mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
docs: push package-lock.json
affects: @webank/fes-cli, @webank/fes-core, @webank/fes-template, @webank/fes-ui
This commit is contained in:
parent
0e1b10ac90
commit
0d05e9b1c2
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,10 +4,10 @@
|
|||||||
.vscode
|
.vscode
|
||||||
.history
|
.history
|
||||||
.cache
|
.cache
|
||||||
|
*.log
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
/packages/fes-template/dist
|
/packages/fes-template/dist
|
||||||
/packages/fes-doc/docs/.vuepress/dist
|
/packages/fes-doc/docs/.vuepress/dist
|
||||||
package-lock.json
|
|
||||||
|
|
||||||
/.changelog
|
/.changelog
|
9911
package-lock.json
generated
Normal file
9911
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
10972
packages/fes-cli/package-lock.json
generated
Normal file
10972
packages/fes-cli/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-core",
|
"name": "@webank/fes-core",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "harrywan,qlin",
|
"author": "harrywan,qlin",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/WeBankFinTech/fes.js.git"
|
"url": "https://github.com/WeBankFinTech/fes.js.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
11468
packages/fes-doc/package-lock.json
generated
Normal file
11468
packages/fes-doc/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-template",
|
"name": "@webank/fes-template",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "fes项目模版",
|
"description": "fes项目模版",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -29,12 +29,11 @@
|
|||||||
"author": "harrywan qlin",
|
"author": "harrywan qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"csp-html-webpack-plugin": "^4.0.0",
|
"@webank/eslint-config-webank": "^0.1.4",
|
||||||
"@webank/eslint-config-webank": "^0.1.4"
|
"csp-html-webpack-plugin": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@webank/fes-core": "^0.1.1",
|
"@webank/fes-core": "^0.1.3",
|
||||||
"@webank/fes-ui": "^0.1.1"
|
"@webank/fes-ui": "^0.1.2"
|
||||||
},
|
}
|
||||||
"peerDependencies": {}
|
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-ui",
|
"name": "@webank/fes-ui",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
||||||
"main": "dist/fes-ui.js",
|
"main": "dist/fes-ui.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user