|
1 | 1 | { |
2 | | - "name": "@glideapps/glide-data-grid", |
3 | | - "version": "3.2.0", |
4 | | - "description": "Super fast, pure canvas Data Grid Editor", |
5 | | - "sideEffects": false, |
6 | | - "type": "module", |
7 | | - "main": "dist/js/index.js", |
8 | | - "exports": { |
9 | | - "import": "./dist/js/index.js", |
10 | | - "require": "./dist/cjs/index.js" |
11 | | - }, |
12 | | - "files": [ |
13 | | - "dist", |
14 | | - "CHANGELOG.md" |
15 | | - ], |
16 | | - "types": "dist/ts/index.d.ts", |
17 | | - "scripts": { |
18 | | - "build": "npm run build-js && npm run build-cjs && npm run build-types", |
19 | | - "build-js": "babel --config-file ../../babel.config.json ./src -d dist/js --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx", |
20 | | - "build-cjs": "babel --config-file ../../babel.cjs.json ./src -d dist/cjs --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx", |
21 | | - "build-types": "tsc -p tsconfig.types.json", |
22 | | - "lint": "npm run cycle-check && eslint src --ext .ts,.tsx", |
23 | | - "cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c", |
24 | | - "test": "jest", |
25 | | - "check-package": "package-check" |
26 | | - }, |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "git+https://github.com/glideapps/glide-data-grid.git" |
30 | | - }, |
31 | | - "keywords": [ |
32 | | - "react", |
33 | | - "datagrid", |
34 | | - "data-grid", |
35 | | - "editor", |
36 | | - "reactjs", |
37 | | - "scrolling", |
38 | | - "data", |
39 | | - "table", |
40 | | - "cell", |
41 | | - "canvas" |
42 | | - ], |
43 | | - "author": "Glide", |
44 | | - "license": "MIT", |
45 | | - "bugs": { |
46 | | - "url": "https://github.com/glideapps/glide-data-grid/issues" |
47 | | - }, |
48 | | - "homepage": "https://grid.glideapps.com", |
49 | | - "dependencies": { |
50 | | - "react-number-format": "^4.4.1", |
51 | | - "react-virtualized-auto-sizer": "^1.0.2" |
52 | | - }, |
53 | | - "peerDependencies": { |
54 | | - "lodash": "^4.17.19", |
55 | | - "marked": "^0.7.0", |
56 | | - "react-responsive-carousel": "^3.2.7", |
57 | | - "react": "^16.12.0 || 17.x", |
58 | | - "react-dom": "^16.12.0 || 17.x", |
59 | | - "styled-components": "^5.2.0" |
60 | | - }, |
61 | | - "devDependencies": { |
62 | | - "@babel/cli": "^7.16.0", |
63 | | - "@glideapps/ts-helper": "0.0.5", |
64 | | - "@skypack/package-check": "^0.2.2", |
65 | | - "eslint": "^7.12.1", |
66 | | - "eslint-plugin-import": "^2.22.0", |
67 | | - "eslint-plugin-react": "^7.21.5", |
68 | | - "eslint-plugin-react-hooks": "^4.2.0", |
69 | | - "jest": "^27.4.2" |
70 | | - } |
| 2 | + "name": "@glideapps/glide-data-grid", |
| 3 | + "version": "3.2.1-beta1", |
| 4 | + "description": "Super fast, pure canvas Data Grid Editor", |
| 5 | + "sideEffects": false, |
| 6 | + "type": "module", |
| 7 | + "main": "dist/js/index.js", |
| 8 | + "exports": { |
| 9 | + "import": "./dist/js/index.js", |
| 10 | + "require": "./dist/cjs/index.js" |
| 11 | + }, |
| 12 | + "files": [ |
| 13 | + "dist", |
| 14 | + "CHANGELOG.md" |
| 15 | + ], |
| 16 | + "types": "dist/ts/index.d.ts", |
| 17 | + "scripts": { |
| 18 | + "build": "npm run build-js && npm run build-cjs && npm run build-types", |
| 19 | + "build-js": "babel --config-file ../../babel.config.json ./src -d dist/js --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx", |
| 20 | + "build-cjs": "babel --config-file ../../babel.cjs.json ./src -d dist/cjs --ignore 'src/setupTests.ts','src/docs','**/*.test.ts','**/*.test.tsx','**/*.stories.tsx','src/stories/*.tsx','**/*.d.ts' --extensions .ts,.tsx", |
| 21 | + "build-types": "tsc -p tsconfig.types.json", |
| 22 | + "lint": "npm run cycle-check && eslint src --ext .ts,.tsx", |
| 23 | + "cycle-check": "ts-helper -p ./tsconfig.json -r ./src/index.ts -c", |
| 24 | + "test": "jest", |
| 25 | + "check-package": "package-check" |
| 26 | + }, |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "git+https://github.com/glideapps/glide-data-grid.git" |
| 30 | + }, |
| 31 | + "keywords": [ |
| 32 | + "react", |
| 33 | + "datagrid", |
| 34 | + "data-grid", |
| 35 | + "editor", |
| 36 | + "reactjs", |
| 37 | + "scrolling", |
| 38 | + "data", |
| 39 | + "table", |
| 40 | + "cell", |
| 41 | + "canvas" |
| 42 | + ], |
| 43 | + "author": "Glide", |
| 44 | + "license": "MIT", |
| 45 | + "bugs": { |
| 46 | + "url": "https://github.com/glideapps/glide-data-grid/issues" |
| 47 | + }, |
| 48 | + "homepage": "https://grid.glideapps.com", |
| 49 | + "dependencies": { |
| 50 | + "react-number-format": "^4.4.1", |
| 51 | + "react-virtualized-auto-sizer": "^1.0.2" |
| 52 | + }, |
| 53 | + "peerDependencies": { |
| 54 | + "lodash": "^4.17.19", |
| 55 | + "marked": "^0.7.0", |
| 56 | + "react-responsive-carousel": "^3.2.7", |
| 57 | + "react": "^16.12.0 || 17.x", |
| 58 | + "react-dom": "^16.12.0 || 17.x", |
| 59 | + "styled-components": "^5.2.0" |
| 60 | + }, |
| 61 | + "devDependencies": { |
| 62 | + "@babel/cli": "^7.16.0", |
| 63 | + "@glideapps/ts-helper": "0.0.5", |
| 64 | + "@skypack/package-check": "^0.2.2", |
| 65 | + "eslint": "^7.12.1", |
| 66 | + "eslint-plugin-import": "^2.22.0", |
| 67 | + "eslint-plugin-react": "^7.21.5", |
| 68 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 69 | + "jest": "^27.4.2" |
| 70 | + } |
71 | 71 | } |
0 commit comments