{ "name": "with-typescript", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start", "export": "next export", "type-check": "tsc" }, "dependencies": { "@blockworks-foundation/mango-client": "^0.1.2", "antd": "^4.12.3", "autoprefixer": "^10.2.4", "babel-plugin-import": "^1.13.3", "next": "latest", "next-plugin-antd-less": "^0.3.0", "postcss": "^8.2.6", "react": "^16.12.0", "react-dom": "^16.12.0", "styled-components": "^5.2.1", "tailwindcss": "^2.0.3" }, "devDependencies": { "@types/node": "^12.12.21", "@types/react": "^16.9.16", "@types/react-dom": "^16.9.4", "@types/styled-components": "^5.1.7", "typescript": "4.0", "webpack": "^4.44.2" }, "prettier": { "printWidth": 100 }, "license": "MIT" }