72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "orbis-playground",
|
|
"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",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"generate": "next build && next export",
|
|
"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",
|
|
"@headlessui/react": "^1.7.17",
|
|
"@uiw/codemirror-theme-monokai": "^4.21.21",
|
|
"@uiw/react-codemirror": "^4.21.21",
|
|
"config": "^3.3.9",
|
|
"js-cookie": "^3.0.5",
|
|
"js-md5": "^0.8.3",
|
|
"next": "14.0.4",
|
|
"node-forge": "^1.3.1",
|
|
"pristinejs": "^1.1.0",
|
|
"react": "^18",
|
|
"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",
|
|
"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",
|
|
"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"
|
|
},
|
|
"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",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|