kopia lustrzana https://github.com/bugout-dev/moonstream
77 wiersze
2.2 KiB
JSON
77 wiersze
2.2 KiB
JSON
{
|
|
"name": "@bugout/moonstock",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export -o build",
|
|
"start": "next start",
|
|
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix",
|
|
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.14",
|
|
"@chakra-ui/react": "^1.6.4",
|
|
"@emotion/react": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@nivo/bar": "^0.74.0",
|
|
"@nivo/core": "^0.74.0",
|
|
"@nivo/line": "^0.74.0",
|
|
"@stripe/stripe-js": "^1.16.0",
|
|
"axios": "^0.21.1",
|
|
"color": "^4.0.1",
|
|
"core-js": "^3.19.1",
|
|
"downshift": "^6.1.7",
|
|
"focus-visible": "^5.2.0",
|
|
"framer-motion": "^4.1.17",
|
|
"mixpanel-browser": "^2.41.0",
|
|
"mobx": "^6.3.6",
|
|
"moment": "^2.29.1",
|
|
"next": "11.1.2",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^17.0.2",
|
|
"react-ace": "^9.5.0",
|
|
"react-calendly": "^2.2.1",
|
|
"react-color": "^2.19.3",
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-draggable": "^4.4.4",
|
|
"react-hook-form": "^6.9.2",
|
|
"react-hubspot-form": "^1.3.7",
|
|
"react-icons": "^4.3.1",
|
|
"react-pro-sidebar": "^0.7.1",
|
|
"react-query": "^3.18.1",
|
|
"react-showdown": "^2.3.0",
|
|
"react-slick": "^0.28.1",
|
|
"react-split-pane": "^0.1.92",
|
|
"react-xarrows": "^2.0.2",
|
|
"redoc": "^2.0.0-rc.57",
|
|
"showdown": "^1.9.1",
|
|
"showdown-highlight": "^2.1.8",
|
|
"slick-carousel": "^1.8.1",
|
|
"styled-components": "^5.3.3",
|
|
"unique-names-generator": "^4.6.0",
|
|
"uuid": "^8.3.2",
|
|
"web3-eth-abi": "^1.6.1",
|
|
"web3-utils": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.14.3",
|
|
"@babel/eslint-parser": "^7.14.4",
|
|
"@babel/eslint-plugin": "^7.13.16",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@testing-library/dom": "^7.31.2",
|
|
"@types/react": "17.0.13",
|
|
"axios-mock-adapter": "^1.19.0",
|
|
"eslint": "7.29.0",
|
|
"eslint-config-next": "11.0.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"eslint-plugin-unused-imports": "^1.1.1",
|
|
"prettier": "^2.2.1",
|
|
"typescript": "4.3.5"
|
|
}
|
|
}
|