-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.16 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
{
"name": "4_taskchart",
"version": "0.1.0",
"homepage": "https://4_taskchart.github.io/react-gh-pages",
"private": true,
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@fluentui/react": "^8.107.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@linaria/babel-preset": "^4.4.3",
"@linaria/core": "^4.2.8",
"@linaria/react": "^4.3.6",
"@linaria/shaker": "^4.2.9",
"@pofo/click-outside": "^1.0.2",
"@react-hookz/web": "^23.0.0",
"@reduxjs/toolkit": "^1.8.5",
"@silevis/reactgrid": "^4.0.4",
"@table-library/react-table-library": "^4.1.0",
"@tanstack/react-table": "^8.5.15",
"@testing-library/user-event": "^14.4.3",
"@types/d3": "^7.4.0",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.13",
"@types/react-data-grid": "^4.0.8",
"@types/react-dom": "^18.0.11",
"@types/react-edit-text": "^5.0.1",
"@types/react-table": "^7.7.12",
"@types/tabulator-tables": "^5.4.7",
"@visx/react-spring": "^3.1.0",
"@visx/visx": "^3.1.2",
"caret-pos": "^2.0.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"d3-scale-chromatic": "^3.0.0",
"depcheck": "^1.4.3",
"faker": "^6.6.6",
"fluentui-editable-grid": "^1.12.1",
"grommet": "^2.26.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.25",
"namor": "^3.0.1",
"node-sass": "^8.0.0",
"office-ui-fabric-react": "^7.204.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-cool-onclickoutside": "^1.7.0",
"react-cool-portal": "^1.2.0",
"react-cool-virtual": "^0.7.0",
"react-data-grid": "^7.0.0-beta.19",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-edit": "^6.4.1",
"react-edit-text": "^5.0.2",
"react-is": "^18.2.0",
"react-redux": "^8.0.5",
"react-rnd": "^10.3.7",
"react-scripts": "^5.0.1",
"react-simple-resizer": "^2.1.0",
"react-spring": "^9.6.1",
"react-tabulator": "^0.18.1",
"react-tooltip": "^5.10.0",
"react-viewport-hooks": "^1.5.0",
"react-virtualized": "^9.22.3",
"reactabular": "^8.3.0",
"reactabular-table": "^8.14.0",
"reactgrid": "^0.1.1",
"styled-components": "^5.3.6",
"typescript": "~5.0.4",
"typestyle": "^2.4.0",
"uuid": "^9.0.0",
"webpack": "^5.75.0",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/faker": "^6.6.9",
"@types/react": "^18.0.37",
"@types/react-virtualized": "^9.21.21",
"@types/reactabular-table": "^8.14.2",
"@types/uuid": "^9.0.1",
"gh-pages": "^5.0.0",
"ts-loader": "^9.4.1"
}
}