mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-19 16:30:21 +00:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6056bb94ec | ||
|
|
9545aef69b |
+5
-4
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-table",
|
"name": "react-table",
|
||||||
"version": "4.2.7",
|
"version": "4.2.8",
|
||||||
"description": "A fast, lightweight, opinionated table and datagrid built on React",
|
"description": "A fast, lightweight, opinionated table and datagrid built on React",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
||||||
@@ -24,7 +24,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:node": "babel src --out-dir lib --source-maps inline",
|
"build:node": "babel src --out-dir lib --source-maps inline",
|
||||||
"build:css": "rm -rf react-table.css && stylus src/index.styl --use autoprefixer-stylus --compress -o react-table.css",
|
"build:css": "rm -rf react-table.css && stylus src/index.styl --compress -o react-table.css && yarn run css:autoprefix",
|
||||||
|
"css:autoprefix": "postcss --use autoprefixer react-table.css -r",
|
||||||
"watch": "npm-run-all --parallel watch:*",
|
"watch": "npm-run-all --parallel watch:*",
|
||||||
"watch:node": "onchange 'src/**/*.js' -i -- npm run build:node",
|
"watch:node": "onchange 'src/**/*.js' -i -- npm run build:node",
|
||||||
"watch:css": "onchange 'src/**/*.styl' -i -- npm run build:css",
|
"watch:css": "onchange 'src/**/*.styl' -i -- npm run build:css",
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@kadira/storybook": "^2.35.1",
|
"@kadira/storybook": "^2.35.1",
|
||||||
"autoprefixer-stylus": "^0.13.0",
|
"autoprefixer": "^6.7.0",
|
||||||
"babel-cli": "6.14.0",
|
"babel-cli": "6.14.0",
|
||||||
"babel-eslint": "6.1.2",
|
"babel-eslint": "6.1.2",
|
||||||
"babel-preset-es2015": "6.14.0",
|
"babel-preset-es2015": "6.14.0",
|
||||||
@@ -54,9 +55,9 @@
|
|||||||
"html-loader": "^0.4.4",
|
"html-loader": "^0.4.4",
|
||||||
"markdown-loader": "^0.1.7",
|
"markdown-loader": "^0.1.7",
|
||||||
"namor": "^0.3.0",
|
"namor": "^0.3.0",
|
||||||
"nib": "^1.1.2",
|
|
||||||
"npm-run-all": "^3.1.1",
|
"npm-run-all": "^3.1.1",
|
||||||
"onchange": "^3.0.2",
|
"onchange": "^3.0.2",
|
||||||
|
"postcss-cli": "^2.6.0",
|
||||||
"react": "^15.4.2",
|
"react": "^15.4.2",
|
||||||
"react-dom": "^15.4.2",
|
"react-dom": "^15.4.2",
|
||||||
"standard": "^8.0.0",
|
"standard": "^8.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user