This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
85 lines (85 loc) · 2.59 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
{
"name": "@fluentui/react-charts",
"version": "1.2.0",
"description": "Charts in the Fluent UI design language written in React",
"repository": "https://github.com/OfficeDev/microsoft-data-visualization-library.git",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "just-scripts build",
"build:storybook": "just-scripts build:storybook",
"change": "beachball change --branch origin/main",
"checkchange": "beachball check --branch origin/main",
"prepare": "node ./scripts/prepare",
"lint": "just-scripts lint",
"release": "beachball publish --branch origin/main",
"start": "just-scripts start",
"test": "just-scripts test"
},
"dependencies": {
"chart.js": "^2.9.4",
"chartjs-plugin-deferred": "^1.0.2",
"react-perfect-scrollbar": "^1.5.8"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@storybook/addon-a11y": "^5.3.19",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-docs": "^6.1.21",
"@storybook/addon-knobs": "^6.1.21",
"@storybook/addon-links": "^6.0.26",
"@storybook/addon-viewport": "^5.3.19",
"@storybook/addons": "^6.1.11",
"@storybook/cli": "^6.0.26",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.0.26",
"@storybook/theming": "^6.1.11",
"@types/chart.js": "^2.9.31",
"@types/classnames": "^2.2.10",
"@types/faker": "^5.1.2",
"@types/jest": "^26.0.4",
"@types/lodash": "^4.14.158",
"@types/react": "^16.8.25",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.8.4",
"@typescript-eslint/eslint-plugin": "3.6.1",
"babel-loader": "^8.1.0",
"beachball": "^1.47.0",
"chalk": "^4.1.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.21.2",
"eslint-plugin-jsx-a11y": "6.3.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.0",
"faker": "thure/faker.js#v5.1.2",
"jest": "^26.1.0",
"jest-expect-message": "^1.0.2",
"just-plop-helpers": "^1.1.2",
"just-scripts": "^0.44.1",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"react": "^16.8.0",
"react-docgen-typescript": "^1.18.0",
"react-dom": "^16.8.0",
"rimraf": "^3.0.2",
"storybook": "^5.3.19",
"style-loader": "^1.2.1",
"ts-jest": "^26.1.3",
"ts-loader": "^8.0.1",
"ts-node": "^7.0.0",
"tslib": "^2.0.0",
"typescript": "^3.9.7",
"webpack": "~4.43.0"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
}
}