Commit 3b629cc1 authored by 王万里's avatar 王万里

feat: init demo

parent d32094a3
......@@ -6,5 +6,6 @@
"repo": "panda/winsdom-components",
"cacheDir": ".changelog"
},
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"]
"ignoreChanges": ["**/*.md", "**/*.test.js", "**/*.e2e.js", "**/fixtures/**", "**/test/**"],
"packages": ["packages/*"]
}
......@@ -57,6 +57,7 @@
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.2.0",
"express": "^4.16.4",
"father-build": "^1.18.1",
"gh-pages": "^3.1.0",
"glob": "^7.1.6",
......@@ -65,7 +66,7 @@
"jest-fetch-mock": "^3.0.3",
"jsdom": "^16.4.0",
"jsdom-global": "^3.0.2",
"lerna": "^3.20.2",
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"less-loader": "^6.0.0",
"lint-staged": "^10.0.2",
......@@ -99,13 +100,12 @@
"umi-types": "^0.5.11",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.5.0",
"webpack-dev-server": "^3.11.0",
"webpack-hot-middleware": "^2.24.3",
"write-pkg": "^4.0.0",
"xhr-mock": "^2.5.1",
"yorkie": "^2.0.0",
"express": "^4.16.4",
"webpack-dev-middleware": "^3.5.0",
"webpack-hot-middleware": "^2.24.3"
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "pretty-quick --staged",
......@@ -130,5 +130,6 @@
],
"dependencies": {
"cross-spawn": "^7.0.3"
}
},
"name": "wisdom-components"
}
# `wanlidemo`
> TODO: description
## Usage
```
const wanlidemo = require('wanlidemo');
// TODO: DEMONSTRATE API
```
{
"name": "wanlidemo",
"version": "1.0.0",
"description": "> TODO: description",
"author": "godlovericea <1020097250@qq.com>",
"homepage": "",
"license": "ISC",
"main": "lib/wanlidemo.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"registry": "https://g.civnet.cn:4873/"
},
"repository": {
"type": "git",
"url": "https://g.civnet.cn:8443/ReactWeb5/wisdom-components"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
}
}
export default {
a: '1',
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment