mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
24 lines
512 B
JSON
24 lines
512 B
JSON
{
|
|
"name": "new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.5",
|
|
"standard": "^10.0.2"
|
|
},
|
|
"dependencies": {
|
|
"github-markdown-css": "^2.6.0",
|
|
"marked": "^0.3.6",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"react-story": "^0.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|