@antscorp/antsomi-ui 1.2.9 → 1.3.0
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/CHANGELOG.md +318 -40
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/package.json +0 -43
package/package.json
CHANGED
package/dist/package.json
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@antscorp/antsomi-ui",
|
|
3
|
-
"version": "1.2.3-beta.19",
|
|
4
|
-
"description": "An enterprise-class UI design language and React UI library.",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"types": "types",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "vite",
|
|
9
|
-
"build": "webpack --config webpack.build.js",
|
|
10
|
-
"eslint": "eslint --ext js,ts,tsx",
|
|
11
|
-
"lint": "yarn run eslint src",
|
|
12
|
-
"lint:fix": "yarn run eslint src --fix",
|
|
13
|
-
"storybook": "start-storybook -p 6006 -s public",
|
|
14
|
-
"build-storybook": "build-storybook",
|
|
15
|
-
"serve-storybook": "serve storybook-static",
|
|
16
|
-
"version": "auto-changelog -p && git add CHANGELOG.md",
|
|
17
|
-
"test": "jest",
|
|
18
|
-
"test:changed": "jest --onlyChanged",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"test:coverage": "jest --coverage"
|
|
21
|
-
},
|
|
22
|
-
"husky": {
|
|
23
|
-
"hooks": {
|
|
24
|
-
"pre-commit": "lint-staged"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"lint-staged": {
|
|
28
|
-
"*.{ts,tsx,js,jsx}": [
|
|
29
|
-
"yarn lint:fix"
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
"author": "",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
},
|
|
38
|
-
"peerDependencies": {
|
|
39
|
-
"@antscorp/icons": ">=0.26.0",
|
|
40
|
-
"react": ">=16.0.0",
|
|
41
|
-
"react-dom": ">=16.0.0"
|
|
42
|
-
}
|
|
43
|
-
}
|