mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.7.0",
|
|
"babel-cli": "6.14.0",
|
|
"babel-eslint": "6.1.2",
|
|
"babel-preset-es2015": "6.14.0",
|
|
"babel-preset-react": "6.11.1",
|
|
"babel-preset-stage-2": "6.13.0",
|
|
"eslint": "^4.1.1",
|
|
"eslint-config-standard": "^10.2.1",
|
|
"eslint-plugin-class-property": "^1.0.6",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
|
"eslint-plugin-node": "^5.2.1",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"html-element-attributes": "^1.3.0",
|
|
"match-sorter": "^1.8.0",
|
|
"npm-run-all": "^3.1.1",
|
|
"onchange": "^3.0.2",
|
|
"postcss-cli": "^2.6.0",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2",
|
|
"react-json-tree": "^0.10.9",
|
|
"rimraf": "^2.6.1",
|
|
"standard": "^10.0.2",
|
|
"stylus": "^0.54.5"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-react-tools": "^1.0.10",
|
|
"github-markdown-css": "^2.6.0",
|
|
"marked": "^0.3.6",
|
|
"namor": "^1.0.1",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-json-tree": "^0.10.9",
|
|
"react-script": "^2.0.5",
|
|
"react-scripts": "^0.9.5",
|
|
"react-story": "^0.0.10",
|
|
"shortid": "^2.2.8"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|