UNPKG

@everdome_io/next-js-helper

Version:

``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```

72 lines (71 loc) 2.36 kB
{ "name": "@everdome_io/next-js-helper", "version": "0.1.2", "repository": "https://gitlab.com/everdome/everdome_libs/next-js-helper.git", "author": "Kuba Sułkowski<jakub.sulkowski@pragmaticcoders.com>", "license": "MIT", "private": false, "source": "src/index.ts", "main": "dist/index.js", "module": "dist/index.module.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jest", "test:watch": "jest --watch", "pretest:e2e:ci": "yarn e2e:build", "test:e2e": "npm-run-all --parallel e2e:dev cy:open", "test:e2e:ci": "npm-run-all --parallel --race e2e:start cy:run", "prepublishOnly": "yarn build", "prebuild": "rimraf ./lib", "format": "prettier", "table-of-contents": "doctoc README.md", "type-check": "tsc --noEmit", "type-check:watch": "yarn type-check -- --watch", "build": "yarn build:ts", "build:watch": "microbundle watch --no-sourcemap --no-compress --jsx React.createElement", "build:ts": "microbundle --no-socdurcemap --no-compress --jsx React.createElement", "build:test": "npm-run-all --sequential build e2e:build", "cy:open": "cypress open", "cy:run": "cypress run", "e2e:dev": "yarn next e2e", "e2e:build": "yarn next build e2e", "e2e:start": "yarn next start e2e" }, "keywords": [ "uigstudio", "env", "enviroment", "variable" ], "dependencies": {}, "peerDependencies": { "i18next": "*", "next": "*", "next-i18next": "*", "react": "*", "react-dom": "*" }, "devDependencies": { "@babel/preset-typescript": "^7.18.6", "@types/jest": "^28.1.6", "@types/minimist": "1.2.2", "@types/node": "18.0.4", "@types/react": "^18.0.21", "@typescript-eslint/eslint-plugin": "5.30.6", "@typescript-eslint/parser": "5.30.6", "eslint": "8.19.0", "jest": "^29.0.0", "microbundle": "^0.15.1", "next": "^12.2.5", "next-i18next": "^12.0.0", "prettier": "2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-jest": "^28.0.7", "typescript": "^4.7.4" } }