UNPKG

comics

Version:

29 lines (28 loc) 742 B
{ "name": "comics", "version": "0.0.0", "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@chakra-ui/core": "^0.8.0", "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "dokz": "latest", "emotion-theming": "^10.0.27", "example-package": "*", "next": "latest", "react": "16.13.1", "react-dom": "16.13.1" }, "devDependencies": { "@types/node": "^14.0.14", "@types/react": "^16.9.41", "@types/webpack-env": "^1.15.2", "compose-function": "^3.0.3", "next-transpile-modules": "^3.3.0", "typescript": "^3.9.6" } }