-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 4.67 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "zens",
"version": "0.0.41",
"description": "MarkFlowy's ui component library.",
"keywords": [],
"homepage": "https://github.com/drl990114/zens#readme",
"bugs": {
"url": "https://github.com/drl990114/zens/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drl990114/zens.git"
},
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"esm"
],
"scripts": {
"build": "npm run clean && npm run build:types && gulp",
"build:site": "cross-env NODE_ENV=production dumi build",
"build:types": "tsc -p tsconfig.build.json && cpr lib esm",
"clean": "rimraf lib esm dist .dumi/tmp doc-site",
"commit": "cz",
"deploy:site": "npm run build:site && gh-pages -d doc-site",
"dev": "npm start",
"new": "plop --plopfile ./scripts/plopfile.ts",
"postnew": "prettier --write src/**/*{ts,tsx} --loglevel silent",
"prepare": "dumi setup",
"prepublishOnly": "npm run build",
"preview": "cross-env PREVIEW=1 npm run build:site && cross-env PREVIEW=1 dumi preview",
"release": "np --no-cleanup --no-tests --any-branch",
"start": "dumi dev",
"test": "jest",
"test:coverage": "jest --coverage",
"test:update": "jest --updateSnapshot",
"test:watch": "jest --watch"
},
"lint-staged": {
"*.ts?(x)": [
"prettier --write",
"eslint --fix",
"jest --bail --findRelatedTests"
],
"*.less": [
"stylelint --syntax less --fix"
],
"*.{md,html,json}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@ariakit/react": "^0.4.13",
"@babel/runtime": "^7",
"@emotion/is-prop-valid": "^1.3.1",
"@floating-ui/dom": "^1.6.12",
"@types/lodash": "^4.17.13",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"lodash": "^4.17.21",
"rc-image": "^7.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-spinners": "^0.14.1",
"sonner": "^1.7.0",
"styled-components": "^6.1.13",
"stylis": "^4.3.4"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-react-jsx": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "^14.5.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color": "^4.2.0",
"@types/css": "^0.0.38",
"@types/css-modules": "^1.0.5",
"@types/jest": "29.5.14",
"@types/node": "^22.8.7",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@umijs/fabric": "^4",
"babel-plugin-import": "^1.13.8",
"babel-plugin-module-resolver": "^5.0.2",
"commitizen": "^4.3.1",
"core-js": "^3.39.0",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"css-loader": "7.1.2",
"cz-conventional-changelog": "^3.3.0",
"doctoc": "^2.2.1",
"dumi": "^2.4.13",
"esbuild": "0.24.0",
"esbuild-css-modules-plugin": "^3.1.2",
"eslint": "9.14.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"gh-pages": "^6.2.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-transform-css": "6.0.1",
"less": "^4.2.0",
"lint-staged": "15.2.10",
"np": "^10.0.7",
"plop": "^4",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"process": "^0.11.10",
"rimraf": "^6.0.1",
"snapshot-diff": "^0.10.0",
"style-loader": "^4.0.0",
"stylelint": "^16.10.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^36.0.1",
"through2": "^4.0.2",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"authors": {
"name": "drl990114",
"email": "[email protected]"
}
}