datasets-card-creator / package.json
Evrard t'Serstevens
add section, title, yaml tags and examples
63c1afb
{
"name": "datasetcard",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@craco/craco": "^5.9.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"@uiw/react-md-editor": "^1.14.7",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.35",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-markdown": "^5.0.3",
"react-scripts": "4.0.1",
"save-file": "^2.3.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"tailwindcss-grid": "^1.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}