forked from ant-design/ant-design-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.69 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
{
"name": "charts",
"private": true,
"scripts": {
"test": "pnpm -r --stream --filter=./packages/* run test",
"lint": "pnpm -r --stream --filter=./packages/* run lint",
"build": "pnpm -r --stream --filter=!./packages/site run build",
"build:lib": "pnpm -r --stream --filter=!./packages/site run build:lib",
"profile": "webpack --config webpack.config.js --mode production --profile --json > stats.json",
"prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"",
"ci:version": "pnpm changeset version",
"add:changelog": "pnpm changeset",
"build:site": "pnpm -r --stream --filter=./packages/site run build",
"release": "pnpm publish --no-git-checks -r --filter @ant-design/*"
},
"devDependencies": {
"@antv/data-set": "^0.11.8",
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.10.4",
"@changesets/cli": "^2.24.4",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/enzyme": "^3.10.5",
"@types/node": "^14.0.10",
"@types/webpack-env": "^1.14.1",
"@umijs/fabric": "^2.0.7",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^10.0.0",
"babel-types": "^6.26.0",
"chalk": "^4.1.0",
"css-loader": "^6.4.0",
"ejs": "^3.0.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.32.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-canvas-mock": "^2.4.0",
"jest-electron": "^0.1.12",
"jest-extended": "^1.2.0",
"jest-less-loader": "^0.1.2",
"less": "^4.1.2",
"less-loader": "^10.1.0",
"lodash": "^4.17.20",
"np": "*",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2",
"pretty-quick": "^3.0.1",
"react-dev-utils": "^12.0.1",
"style-loader": "^3.3.0",
"typescript": "^4.0.3",
"vfile-reporter": "^7.0.2",
"webpack": "^5.58.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"whatwg-fetch": "^3.0.0",
"yorkie": "^2.0.0"
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"monaco-editor": "0.21.3",
"tslib": "2.6.2"
}
},
"gitHooks": {
"pre-commit": "pretty-quick --staged"
},
"sideEffects": false,
"license": "MIT",
"dependencies": {
"less-plugin-npm-import": "^2.1.0",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"to-vfile": "^7.2.3",
"unified": "^10.1.2"
}
}