-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
160 lines (160 loc) · 4.73 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "apollo-spreadsheet",
"version": "1.0.59",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "React excel like fast grid plugin",
"homepage": "https://apollo.famousgadget.pt/",
"bugs": "https://github.com/Apollo-Spreadsheet/apollo-spreadsheet/issues",
"author": "apollo-spreadsheet",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Apollo-Spreadsheet/apollo-spreadsheet.git"
},
"engines": {
"node": ">= 8"
},
"files": [
"dist/**/*"
],
"scripts": {
"lint": "eslint 'src/**'",
"lint-fix": "eslint 'src/**' --fix --quiet",
"storybook:dev": "cross-env NODE_ENV=development start-storybook -p 9001 -s ./.storybook/public",
"docs:dev": "cd docs && yarn run start",
"tsc": "tsc -p tsconfig-build.json",
"storybook:build": "yarn build-storybook -o ./out",
"format": "prettier --check 'src/**/*{ts,tsx}' --write",
"prettier": "pretty-quick --staged ",
"test": "echo \\\"Test broken requires refactor\\\" ",
"test-broken": "jest",
"bundle-check": "bundlesize",
"clean": "rm -rf dist",
"deploy": "yarn run clean && yarn run tsc && np"
},
"peerDependencies": {
"@date-io/dayjs": ">= 2.10.8",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"dayjs": ">= 1.10.4",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@babel/core": ">=7.11.5 <8.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.10.5",
"@storybook/addon-controls": "^6.5.2",
"@storybook/addon-viewport": "6.5.3",
"@storybook/react": "6.4.0-alpha.30",
"@storybook/theming": "^5.0.0 || ^6.0.0",
"@types/faker": "^5.5.1",
"chromatic": "^6.5.4",
"clipboardy": "^2.3.0",
"clsx": "^1.1.1",
"dom-helpers": "^5.2.0",
"enzyme-adapter-react-16": "^1.15.6",
"faker": "^5.5.3",
"lodash": "^4.17.21",
"prop-types": "^15.6.0",
"react-is": "^17.0.2",
"react-virtualized": "^9.22.3",
"require-from-string": "^2.0.2",
"storybook-css-modules-preset": "^1.1.1",
"tslib": "^2.4.0",
"value-equal": "^1.0.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.13.0",
"@date-io/dayjs": "2.10.8",
"@docusaurus/core": "2.0.0-beta.6",
"@docusaurus/preset-classic": "^2.0.0-beta.6",
"@docusaurus/theme-classic": "^2.0.0-beta.6",
"@docusaurus/theme-search-algolia": "^2.0.0-beta.6",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@react-theming/storybook-addon": "^1.1.5",
"@storybook/addon-storysource": "6.5.3",
"@storybook/addons": "6.5.3",
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.1",
"@types/enzyme": "^3.10.7",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.22",
"@types/json2csv": "^5.0.1",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.37",
"@types/react": "^18.0.0",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-datepicker": "^3.1.8",
"@types/react-dom": "17.0.0",
"@types/react-is": "^17.0.0",
"@types/react-virtualized": "9.21.8",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-loader": "8.2.2",
"babel-preset-react-app": "^10.0.0",
"cross-env": "^7.0.3",
"dayjs": "^1.10.4",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^9.1.0",
"i": "^0.3.7",
"jest": "^26.4.2",
"jest-cli": "^26.6.3",
"jsdom": "^16.5.3",
"np": "^7.5.0",
"plop": "^2.5.3",
"pre-commit": "^1.2.2",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.13.1",
"require-reload": "^0.2.2",
"simple-git": "^3.16.0",
"tarball-extract": "^0.0.6",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4",
"webpack": "^5.31.2",
"webpack-cli": "^4.6.0",
"yarn": "^1.22.10"
},
"bundlesize": [
{
"path": "./dist/index.js",
"maxSize": "20 kB"
}
],
"pre-commit": [
"lint-fix",
"prettier"
],
"keywords": [
"component",
"library",
"react",
"mui",
"excel",
"table",
"grid",
"spreadsheet",
"virtualized"
]
}