This repository was archived by the owner on Apr 9, 2026. It is now read-only.
forked from iddan/react-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·68 lines (68 loc) · 1.95 KB
/
package.json
File metadata and controls
executable file
·68 lines (68 loc) · 1.95 KB
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
{
"name": "react-spreadsheet",
"version": "0.4.43",
"description": "Simple, customizable yet performant spreadsheet for React",
"author": "Iddan Aaronsohn <mail@aniddan.com> (https://aniddan.com)",
"keywords": [
"spreadsheet",
"excel",
"react",
"sheet",
"table"
],
"main": "dist/SpreadsheetStateProvider.js",
"scripts": {
"test": "jest",
"start": "yarn run cosmos",
"build": "rm -f dist/*; babel src --out-dir dist --copy-files",
"prepack": "cross-env NODE_ENV=production yarn build",
"push-coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"cosmos": "cosmos"
},
"dependencies": {
"classnames": "^2.2.6",
"fbjs": "^1.0.0",
"hot-formula-parser": "^3.0.0",
"unistore": "^3.4.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"babel-eslint": "9.x",
"babel-jest": "^24.3.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-node-env-inline": "^0.4.3",
"babel-preset-react-app": "^9.0.0",
"coveralls": "^3.0.1",
"cross-env": "^5.1.4",
"css-loader": "^2.1.1",
"eslint": "5.x",
"eslint-config-prettier": "^6.10.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.x",
"flow-bin": "^0.108.0",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"react": "^16.5.0",
"react-cosmos": "^4.8.1",
"react-dom": "^16.5.0",
"react-select": "^1.2.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iddan/react-spreadsheet.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/iddan/react-spreadsheet/issues"
},
"homepage": "https://github.com/iddan/react-spreadsheet#readme"
}