-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
141 lines (141 loc) · 4.48 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
{
"name": "MDwalks-UI",
"version": "0.15.12",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch --coverage",
"build": "rollup -c",
"styleguide": "styleguidist server",
"build:docs": "styleguidist build",
"eslint": "eslint ./src/**/*.js ./src/**/**/*.js",
"eslint:fix": "eslint ./src/**/*.js ./src/**/**/*.js --fix",
"clear:branch": "git branch --merged | grep -v \\* | xargs -n 1 git branch -d",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && yarn build && yarn build:docs && git add .",
"docstart": "docusaurus start -p 8942",
"docbuild": "docusaurus build"
},
"jest": {
"testPathIgnorePatterns": [
"<rootDir>/src/components/__tests__/__snapshots__/",
"<rootDir>/src/components/__tests__/utils.js"
],
"setupFilesAfterEnv": [
"<rootDir>/setupTest.js"
],
"moduleNameMapper": {
"^@src(.*)$": "<rootDir>/src/$1",
"^@Components(.*)$": "<rootDir>/src/components/$1",
"^@Charts(.*)$": "<rootDir>/src/components/charts/$1",
"^@Cards(.*)$": "<rootDir>/src/components/card/$1",
"^@Styles(.*)$": "<rootDir>/src/assets/styles/$1",
"^@Table(.*)$": "<rootDir>/src/components/table/$1",
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less|sass|scss)$": "identity-obj-proxy"
}
},
"husky": {
"hooks": {
"**comment_pre-commit**": "lint-staged",
"pre-push": "yarn eslint && yarn test"
}
},
"**comment_lint-staged**": {
"./src/**/*.js": [
"eslint --fix",
"git add"
]
},
"repository": "https://github.com/linewalks/MDwalks-UI.git",
"keywords": [
"data",
"react",
"charts"
],
"author": "linewalks",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.12.7",
"@docusaurus/core": "2.0.0-alpha.70",
"@docusaurus/preset-classic": "2.0.0-alpha.70",
"@mdx-js/react": "^1.6.21",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@rollup/plugin-url": "^6.0.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/d3": "5.16.4",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.165",
"@types/node-sass": "^4.11.1",
"@types/react": "^16.9.46",
"@types/styled-components": "^5.1.2",
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^3.2.0",
"conventional-changelog-cli": "^2.0.28",
"css-loader": "4.3.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"husky": "^3.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^6.3.3",
"lint-staged": "^9.4.3",
"minimist": "^1.2.2",
"node-sass": "^4.13.1",
"react-styleguidist": "^10.6.1",
"react-test-renderer": "^16.8.6",
"rollup": "^2.34.2",
"rollup-plugin-postcss": "^2.0.3",
"sass-loader": "^10.0.4",
"scheduler": "0.14.0",
"style-loader": "^2.0.0",
"ts-jest": "^26.5.0",
"ts-loader": "^8.0.15",
"url-loader": "^4.1.1",
"webpack": "4.44.2"
},
"dependencies": {
"antd": "^4.17.2",
"clsx": "^1.1.1",
"d3": "^5.9.7",
"d3-sankey-circular": "^0.34.0",
"highcharts": "^7.1.2",
"highcharts-react-official": "^2.2.2",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.9.0",
"react-transition-group": "^4.3.0",
"recharts": "1.8.5",
"regenerator-runtime": "^0.13.7",
"styled-components": "^4.3.2",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}