mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"name": "new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"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.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|