-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 2.22 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
{
"name": "echarts-readymade-workspace",
"private": true,
"workspaces": [
"packages/*"
],
"version": "1.0.0",
"description": "A collection of echarts templates for React. Based on echarts-for-react",
"repository": "https://yuhongda@github.com/yuhongda/echarts-readymade.git",
"author": "yuhongda <silverage.y@gmail.com>",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all",
"patch": "lerna version patch --force-publish",
"release": "lerna run release --npm-client=npm",
"test": "NODE_ENV=test jest",
"jest:clear": "jest --clearCache",
"cover": "yarn run jest:clear && jest --coverage --config=jest.config.ts"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/types": "^7.14.8",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-typescript": "^8.3.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/enzyme": "^3.10.10",
"@types/jest": "^26.0.24",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"axios": "^0.24.0",
"babel-jest": "^27.0.6",
"codecov": "^3.8.3",
"enzyme": "^3.11.0",
"esbuild": "^0.14.2",
"istanbul-badges-readme": "^1.8.0",
"jest": "^27.0.6",
"jest-canvas-mock": "^2.3.1",
"jest-css-modules-transform": "^4.3.0",
"jest-enzyme": "^7.1.2",
"lerna": "^4.0.0",
"nx": "^14.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.54.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-esbuild": "^4.7.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-visualizer": "^5.5.2",
"styled-components": "^6.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.3.5",
"wordcloud": "^1.2.2"
}
}