UNPKG

styless-calendar

Version:
49 lines (48 loc) 1.21 kB
{ "name": "styless-calendar", "version": "1.1.2", "description": "I am testing for now", "main": "src/index.ts", "repository": { "type": "git", "url": "git+https://github.com/FlahDev/styless-calendar.git" }, "keywords": [ "node", "calendar", "date-fns", "styless" ], "author": "Flávio <flah.dev@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/FlahDev/styless-calendar/issues" }, "homepage": "https://github.com/FlahDev/styless-calendar#readme", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "echo \"Error: no test specified\" && exit 1", "eject": "react-scripts eject" }, "dependencies": { "babel-preset-es2015": "^6.24.1", "date-fns": "^2.23.0", "typescript": "^4.1.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, "devDependencies": { "@types/jest": "^26.0.15", "@types/node": "^12.0.0" } }