orbisPlayground/package.json

87 lines
2.8 KiB
JSON
Raw Normal View History

2023-12-21 09:05:21 -06:00
{
"name": "orbis-playground",
2023-12-21 09:05:21 -06:00
"version": "0.1.0",
"description": "Orbis Playground",
"repository": {
"type": "git",
"url": "https://git.via-asesores.com/jmaritar/next-template"
},
"keywords": [
"operations",
"orbis",
"smart",
"route",
"sales",
"delivery"
],
"author": "guatemala@via-asesores.com",
"license": "ISC",
2023-12-21 09:05:21 -06:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"generate": "next build && next export",
2023-12-21 09:05:21 -06:00
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/standalone": "^7.23.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codesandbox/sandpack-react": "^2.10.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
2023-12-28 09:51:34 -06:00
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@uidotdev/usehooks": "^2.4.1",
"@uiw/codemirror-theme-monokai": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
2023-12-28 09:51:34 -06:00
"config": "^3.3.9",
"embla-carousel-react": "^8.0.0-rc19",
2023-12-28 09:51:34 -06:00
"js-cookie": "^3.0.5",
"js-md5": "^0.8.3",
"next": "14.0.4",
2023-12-28 09:51:34 -06:00
"node-forge": "^1.3.1",
"pristinejs": "^1.1.0",
2023-12-21 09:05:21 -06:00
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
2023-12-28 09:51:34 -06:00
"react-dom": "^18",
"react-dropzone-component": "^3.2.0",
"react-icons": "^4.12.0",
"react-live": "^4.1.5",
"react-live-runner": "^1.0.5",
"react-runner": "^1.0.3",
2023-12-28 09:51:34 -06:00
"react-simple-hook-store": "^0.0.6",
"react-toastify": "^9.1.3",
"rosetta": "^1.1.0",
"v-functions": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/v-functions.git",
"v-kanban": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/v-kanban.git#dev_ja",
"vCalendar": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/v-calendar.git",
"vComponents": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/v-components.git#dev_ja",
"via-ui": "git+https://2bdcc0300e0ed5ac01f9dcd51368f7ac74fdb85a@git.via-asesores.com/libraries/via-ui.git#dev_ja"
2023-12-21 09:05:21 -06:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.13.0",
2023-12-21 09:05:21 -06:00
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
2023-12-21 09:05:21 -06:00
}
}