|
1 | 1 | { |
2 | 2 | "name": "react-data-grid", |
3 | | - "version": "7.0.0-canary.34", |
| 3 | + "version": "7.0.0-canary.36", |
4 | 4 | "license": "MIT", |
5 | 5 | "description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like", |
6 | 6 | "keywords": [ |
|
18 | 18 | "module": "./lib/bundle.js", |
19 | 19 | "require": "./lib/bundle.cjs", |
20 | 20 | "default": "./lib/bundle.js" |
21 | | - }, |
22 | | - "./dist/": "./dist/" |
| 21 | + } |
23 | 22 | }, |
24 | 23 | "browser": "./lib/bundle.js", |
25 | 24 | "main": "./lib/bundle.cjs", |
26 | 25 | "module": "./lib/bundle.js", |
27 | 26 | "types": "./lib/index.d.ts", |
28 | 27 | "files": [ |
29 | | - "dist", |
30 | 28 | "lib" |
31 | 29 | ], |
32 | | - "sideEffects": [ |
33 | | - "*.css", |
34 | | - "*.less" |
35 | | - ], |
| 30 | + "sideEffects": false, |
36 | 31 | "scripts": { |
37 | | - "start": "start-storybook --quiet --no-dll -p 6006", |
| 32 | + "start": "start-storybook --quiet -p 6006", |
38 | 33 | "build": "rollup --config --no-stdin", |
39 | | - "postbuild": "node tools/buildStylesheets.js", |
40 | 34 | "test": "jest", |
41 | 35 | "test:watch": "jest --watch", |
42 | | - "eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test tools", |
| 36 | + "eslint": "eslint --ext js,ts,tsx --max-warnings 0 -f codeframe --cache --color src stories test", |
43 | 37 | "eslint:fix": "npm run eslint -- --fix", |
44 | 38 | "typecheck": "tsc -p tsconfig.all.json", |
45 | | - "build-storybook": "build-storybook --quiet --no-dll", |
| 39 | + "build-storybook": "build-storybook --quiet", |
46 | 40 | "prepublishOnly": "npm install && npm run build && tsc", |
47 | 41 | "postpublish": "git push --follow-tags origin HEAD" |
48 | 42 | }, |
|
57 | 51 | "@babel/preset-typescript": "^7.12.7", |
58 | 52 | "@babel/runtime": "^7.12.5", |
59 | 53 | "@juggle/resize-observer": "^3.2.0", |
| 54 | + "@linaria/babel-preset": "^3.0.0-beta.1", |
| 55 | + "@linaria/core": "^3.0.0-beta.1", |
| 56 | + "@linaria/rollup": "^3.0.0-beta.1", |
| 57 | + "@linaria/shaker": "^3.0.0-beta.1", |
| 58 | + "@linaria/webpack-loader": "^3.0.0-beta.1", |
60 | 59 | "@popperjs/core": "^2.6.0", |
61 | 60 | "@rollup/plugin-babel": "^5.2.2", |
62 | 61 | "@rollup/plugin-node-resolve": "^11.0.1", |
63 | 62 | "@storybook/react": "^6.1.11", |
64 | 63 | "@testing-library/jest-dom": "^5.11.6", |
65 | 64 | "@testing-library/react": "^11.2.2", |
| 65 | + "@testing-library/user-event": "^12.6.0", |
66 | 66 | "@types/faker": "^5.1.5", |
67 | 67 | "@types/jest": "^26.0.19", |
68 | 68 | "@types/lodash": "^4.14.165", |
|
73 | 73 | "@typescript-eslint/parser": "^4.10.0", |
74 | 74 | "babel-loader": "^8.2.2", |
75 | 75 | "babel-plugin-optimize-clsx": "^2.6.1", |
76 | | - "clean-css": "^4.2.3", |
77 | 76 | "core-js": "^3.8.1", |
78 | 77 | "css-loader": "^5.0.1", |
79 | 78 | "eslint": "^7.15.0", |
|
85 | 84 | "eslint-plugin-sonarjs": "^0.5.0", |
86 | 85 | "faker": "^5.1.0", |
87 | 86 | "jest": "^26.6.3", |
88 | | - "less": "^3.13.0", |
89 | | - "less-loader": "^7.1.0", |
90 | 87 | "lodash": "^4.17.20", |
91 | 88 | "mini-css-extract-plugin": "^1.3.3", |
| 89 | + "postcss": "^8.2.1", |
92 | 90 | "react": "^17.0.1", |
93 | 91 | "react-contextmenu": "^2.14.0", |
94 | 92 | "react-dnd": "^11.1.3", |
|
98 | 96 | "react-select": "^3.1.1", |
99 | 97 | "react-sortable-hoc": "^1.11.0", |
100 | 98 | "rollup": "^2.35.1", |
| 99 | + "rollup-plugin-postcss": "^4.0.0", |
101 | 100 | "typescript": "beta" |
102 | 101 | }, |
103 | 102 | "peerDependencies": { |
|
0 commit comments