forked from growingio/gio-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "@gio-design/components",
"version": "21.6.0",
"description": "GrowingIO Design components",
"repository": "https://github.com/growingio/gio-design.git",
"author": "GrowingIO Frontend Team <eng-frontend@growingio.com>",
"main": "./es/index.js",
"module": "./es/index.js",
"types": "./es/index.d.ts",
"files": [
"dist",
"build",
"lib",
"es"
],
"license": "Apache-2.0",
"scripts": {
"build": "gio-rewire lib compile",
"build-sotrybook": "build-storybook --quiet -s public",
"eslint": "eslint src --ext .ts,.tsx",
"gen-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"gen-version": "conventional-changelog -p angular > VERSION.md",
"postversion": "yarn gen-version && yarn gen-changelog",
"preversion": "git fetch --tags",
"storybook": "start-storybook -p 6006 -s public",
"stylelint": "stylelint 'src/**/*.{css,less}' --syntax less",
"test": "jest",
"watch": "gio-rewire lib compile --watch"
},
"peerDependencies": {
"@gio-design/icons": ">=21.4.0",
"@gio-design/tokens": ">=21.4.2",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/lodash": "^4.14.136",
"@types/raf": "^3.4.0",
"@types/react": "^17.0.2",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-virtualized": "^9.21.10",
"@types/shallowequal": "^1.1.1",
"classnames": "^2.2.6",
"lodash": "^4.17.14",
"moment": "^2.26.0",
"raf": "^3.4.1",
"rc-animate": "^3.1.0",
"rc-calendar": "9.15.11",
"rc-checkbox": "^2.2.0",
"rc-dialog": "^8.1.0",
"rc-drawer": "^4.1.0",
"rc-field-form": "^1.11.0",
"rc-menu": "^8.5.1",
"rc-notification": "^4.5.4",
"rc-table": "https://github.com/growingio/table.git",
"rc-tooltip": "^5.0.1",
"rc-tree": "3.9.5",
"rc-tree-select": "4.1.2",
"rc-trigger": "^4.3.0",
"rc-upload": "^3.2.0",
"rc-util": "^5.0.5",
"rc-virtual-list": "^3.2.6",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^14.0.0",
"react-use": "^15.3.3",
"react-virtualized": "^9.22.2",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.0.1",
"@gio-design/icons": "^21.4.0",
"@gio-design/tokens": "^21.4.2",
"@storybook/addon-actions": "^6.2.3",
"@storybook/addon-controls": "^6.2.3",
"@storybook/addon-docs": "^6.2.3",
"@storybook/addon-storysource": "^6.2.3",
"@storybook/addons": "^6.2.3",
"@storybook/api": "^6.2.3",
"@storybook/node-logger": "^6.2.3",
"@storybook/react": "^6.2.3",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "5.1.1",
"@types/enzyme": "^3.10.6",
"@types/jest": "^26.0.14",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"commitizen": "^4.1.2",
"conventional-changelog-cli": "^2.1.1",
"cz-conventional-changelog": "^3.3.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "8.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"gio-rewire": "https://github.com/growingio/gio-rewire.git",
"husky": "6.0.0",
"jest": "^26.0.1",
"jest-junit": "^12.0.0",
"jsdom": "^16.2.2",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"lint-staged": "^11.0.0",
"nise": "^5.0.2",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-test-renderer": "^17.0.1",
"storybook-addon-designs": "^5.4.5",
"stylelint": "^13.6.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.3.0",
"stylelint-order": "^4.1.0",
"stylelint-prettier": "^1.1.2",
"ts-import-plugin": "^1.6.1",
"ts-jest": "^26.1.0",
"tslib": "^2.0.0",
"typescript": "^4.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}