|
- {
- "name": "starter-next",
- "version": "0.1.0",
- "private": true,
- "homepage": "https://code.modal.sh",
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start"
- },
- "dependencies": {
- "@tesseract-design/react-common": "^0.3.0",
- "@theoryofnekomata/viewfinder": "0.2.4",
- "next": "10.1.3",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "react-markdown": "^6.0.1",
- "styled-components": "^5.2.3"
- },
- "devDependencies": {
- "@types/node": "^14.14.41",
- "@types/react": "^17.0.3",
- "@types/styled-components": "^5.1.9",
- "@typescript-eslint/eslint-plugin": "^4.26.0",
- "@typescript-eslint/parser": "^4.26.0",
- "eslint": "^7.27.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-prettier": "^3.4.0",
- "eslint-plugin-react": "^7.24.0",
- "eslint-plugin-react-app": "^6.2.2",
- "prettier": "2.3.0",
- "typescript": "^4.2.4"
- },
- "optionalDependencies": {
- "react-markdown": "^6.0.1"
- }
- }
|