2021-07-01 23:13:35 +00:00
|
|
|
{
|
2021-07-01 23:17:46 +00:00
|
|
|
"name": "@bugout/moonstock",
|
2021-07-01 23:13:35 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2021-08-02 11:42:31 +00:00
|
|
|
"build": "next build && next export -o build",
|
2021-07-01 23:13:35 +00:00
|
|
|
"start": "next start",
|
2021-08-02 11:42:31 +00:00
|
|
|
"lint": "eslint ./ --ext js,jsx,ts,tsx --fix",
|
|
|
|
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
|
2021-07-01 23:13:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-13 11:35:46 +00:00
|
|
|
"@chakra-ui/icons": "^1.0.14",
|
2021-07-01 23:17:46 +00:00
|
|
|
"@chakra-ui/react": "^1.6.4",
|
|
|
|
"@emotion/react": "^11.4.0",
|
|
|
|
"@emotion/styled": "^11.3.0",
|
2021-11-11 20:27:41 +00:00
|
|
|
"@nivo/bar": "^0.74.0",
|
|
|
|
"@nivo/core": "^0.74.0",
|
|
|
|
"@nivo/line": "^0.74.0",
|
2021-07-13 11:35:46 +00:00
|
|
|
"@stripe/stripe-js": "^1.16.0",
|
|
|
|
"axios": "^0.21.1",
|
2021-10-27 12:11:16 +00:00
|
|
|
"color": "^4.0.1",
|
2021-11-03 18:23:49 +00:00
|
|
|
"core-js": "^3.19.1",
|
2021-11-11 20:27:41 +00:00
|
|
|
"downshift": "^6.1.7",
|
2021-08-05 10:54:22 +00:00
|
|
|
"focus-visible": "^5.2.0",
|
2021-07-01 23:17:46 +00:00
|
|
|
"framer-motion": "^4.1.17",
|
2021-07-13 11:35:46 +00:00
|
|
|
"mixpanel-browser": "^2.41.0",
|
2021-11-08 13:07:42 +00:00
|
|
|
"mobx": "^6.3.6",
|
2021-07-19 11:50:35 +00:00
|
|
|
"moment": "^2.29.1",
|
2021-09-07 09:52:57 +00:00
|
|
|
"next": "11.1.2",
|
2021-08-05 10:41:59 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2021-07-13 11:35:46 +00:00
|
|
|
"react": "^17.0.2",
|
2021-10-31 21:52:08 +00:00
|
|
|
"react-ace": "^9.5.0",
|
2021-07-19 11:50:35 +00:00
|
|
|
"react-calendly": "^2.2.1",
|
2021-08-05 10:41:59 +00:00
|
|
|
"react-color": "^2.19.3",
|
2021-07-13 11:35:46 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-11-01 18:49:50 +00:00
|
|
|
"react-draggable": "^4.4.4",
|
2021-07-13 11:35:46 +00:00
|
|
|
"react-hook-form": "^6.9.2",
|
2021-07-20 14:40:27 +00:00
|
|
|
"react-hubspot-form": "^1.3.7",
|
2021-11-04 16:11:09 +00:00
|
|
|
"react-icons": "^4.3.1",
|
2021-07-13 11:35:46 +00:00
|
|
|
"react-pro-sidebar": "^0.6.0",
|
|
|
|
"react-query": "^3.18.1",
|
2021-07-19 11:50:35 +00:00
|
|
|
"react-showdown": "^2.3.0",
|
2021-11-01 13:55:29 +00:00
|
|
|
"react-slick": "^0.28.1",
|
2021-07-19 11:50:35 +00:00
|
|
|
"react-split-pane": "^0.1.92",
|
2021-07-30 11:25:17 +00:00
|
|
|
"react-xarrows": "^2.0.2",
|
2021-11-03 18:23:49 +00:00
|
|
|
"redoc": "^2.0.0-rc.57",
|
2021-07-13 11:35:46 +00:00
|
|
|
"showdown": "^1.9.1",
|
2021-07-20 11:36:59 +00:00
|
|
|
"showdown-highlight": "^2.1.8",
|
2021-11-01 13:55:29 +00:00
|
|
|
"slick-carousel": "^1.8.1",
|
2021-11-11 20:27:41 +00:00
|
|
|
"styled-components": "^5.3.3",
|
2021-12-08 18:45:53 +00:00
|
|
|
"unique-names-generator": "^4.6.0",
|
2021-11-11 20:27:41 +00:00
|
|
|
"uuid": "^8.3.2",
|
2021-12-08 18:45:53 +00:00
|
|
|
"web3-eth-abi": "^1.6.1",
|
2021-11-11 20:27:41 +00:00
|
|
|
"web3-utils": "^1.6.0"
|
2021-07-01 23:13:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-07-13 11:35:46 +00:00
|
|
|
"@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",
|
2021-07-01 23:13:35 +00:00
|
|
|
"@types/react": "17.0.13",
|
2021-07-19 11:50:35 +00:00
|
|
|
"axios-mock-adapter": "^1.19.0",
|
2021-07-01 23:13:35 +00:00
|
|
|
"eslint": "7.29.0",
|
|
|
|
"eslint-config-next": "11.0.1",
|
2021-07-13 11:35:46 +00:00
|
|
|
"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",
|
2021-07-01 23:13:35 +00:00
|
|
|
"typescript": "4.3.5"
|
|
|
|
}
|
|
|
|
}
|