|
- {
- "name": "next-material-kit",
- "version": "1.1.0",
- "description": "NextJS Version of Material Kit React by Creative Tim (https://creative-tim.com)",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "dev": "next dev",
- "build": "next build",
- "start": "next start",
- "install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/creativetimofficial/nextjs-material-kit.git"
- },
- "keywords": [
- "next",
- "nextjs",
- "react",
- "reactjs",
- "npx",
- "material",
- "material-design",
- "material-kit",
- "material-kit-react",
- "next-material-kit"
- ],
- "author": "Creative Tim",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/creativetimofficial/nextjs-material-kit/issues"
- },
- "homepage": "https://demos.creative-tim.com/nextjs-material-kit",
- "dependencies": {
- "@apollo/client": "^3.3.11",
- "@emotion/react": "^11.4.1",
- "@emotion/styled": "^11.3.0",
- "@material-ui/core": "^4.11.3",
- "@material-ui/data-grid": "^4.0.0-alpha.23",
- "@material-ui/icons": "4.9.1",
- "@material-ui/lab": "^4.0.0-alpha.57",
- "@zeit/next-css": "^1.0.1",
- "@zeit/next-less": "^1.0.1",
- "@zeit/next-sass": "1.0.1",
- "classnames": "2.2.6",
- "cookies": "^0.8.0",
- "cross-fetch": "^3.0.6",
- "graphql": "^15.3.0",
- "jquery.scrollto": "^2.1.3",
- "less": "^4.1.1",
- "materialize-css": "^1.0.0",
- "mdbreact": "^5.0.1",
- "midtrans-client": "^1.2.3",
- "midtrans-payment": "^1.2.7",
- "moment": "2.25.3",
- "next": "9.3.6",
- "next-compose-plugins": "2.2.0",
- "next-images": "1.3.1",
- "nextjs-redirect": "2.0.2",
- "node-sass": "4.14.1",
- "nodemailer": "^6.6.1",
- "nouislider": "14.4.0",
- "path": "0.12.7",
- "prop-types": "15.7.2",
- "rajaongkir-nodejs": "^0.2.0",
- "react": "16.13.1",
- "react-datetime": "2.16.3",
- "react-dom": "16.13.1",
- "react-html-parser": "^2.0.2",
- "react-input-number": "^5.0.19",
- "react-number-format": "^4.5.5",
- "react-paginate": "^7.1.0",
- "react-query": "^3.12.1",
- "react-scroll": "^1.8.3",
- "react-select": "^4.2.1",
- "react-slick": "0.25.2",
- "react-swipeable-views": "0.13.9",
- "rsuite": "^4.10.2",
- "scss": "^0.2.4",
- "sheetjs": "^2.0.0",
- "styled-components": "5.1.0",
- "sweetalert": "^2.1.2",
- "webpack": "4.43.0",
- "xlsx": "^0.17.0"
- }
- }
|