58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"name": "chartjs-demos",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@cubetiq/react-chart-js": "^1.1.4",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-router": "^5.1.8",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "3.4.3",
|
|
"typescript": "~3.7.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 6006 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.0",
|
|
"@storybook/addon-actions": "^6.0.26",
|
|
"@storybook/addon-essentials": "^6.0.26",
|
|
"@storybook/addon-links": "^6.0.26",
|
|
"@storybook/node-logger": "^6.0.26",
|
|
"@storybook/preset-create-react-app": "^3.1.4",
|
|
"@storybook/react": "^6.0.26",
|
|
"babel-loader": "^8.1.0",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
}
|