infinity-forge-next-15
v0.0.1
Published
codie Library
Downloads
71
Maintainers
Readme
{ "include": ["src/**/*"], "compilerOptions": { "lib": ["es2021", "dom"], "types": ["reflect-metadata", "node"], "experimentalDecorators": true, "emitDecoratorMetadata": true, "jsx": "react-jsx", "baseUrl": "./src", "outDir": "./dist", "declaration": true, "sourceMap": true, "paths": { "@/": ["./"] }, "esModuleInterop": true, "moduleResolution": "node", "skipLibCheck": true }, "afterDeclarations": true }
{ "name": "infinity-forge-next-15", "version": "0.0.1", "description": "codie Library", "main": "./dist/index", "module": "./dist/index", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/CodieDigital/codiedigital-library" }, "scripts": { "dev": "next -p 3052", "deploy": "npm version patch && npm publish", "next": "next build", "start": "next start -p 3015", "build": "tsc && tsc-alias --resolve-full-paths && npm run build:CSS", "build:CSS": "npm run minify-css && node combine-css.ts && cpx "src//*.css" dist --watch", "minify-css": "postcss src//*.css --use cssnano -d dist --no-map" }, "peerDependencies": { "react": ">=16" }, "files": [ "dist", "LICENSE", "README.md" ], "keywords": [ "react", "typescript", "awesome-project" ], "author": "Codie Digital", "license": "MIT", "devDependencies": { "@types/node": "^20.12.12", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/styled-components": "^5.1.34", "concurrently": "^8.2.2", "copyfiles": "^2.4.1", "cssnano": "^7.0.1", "fs-extra": "^11.2.0", "postcss": "^8.4.38", "postcss-cli": "^11.0.0", "tsc-alias": "^1.8.10", "typescript": "^5.6.3" }, "dependencies": { "@types/lodash": "^4.17.7", "@wojtekmaj/react-daterange-picker": "^6.0.0", "axios": "^1.7.2", "chroma-js": "^2.4.2", "cpx": "^1.5.0", "formik": "^2.4.6", "inversify": "^6.0.2", "lodash": "^4.17.21", "messageprovider": "^0.1.6", "moment": "^2.30.1", "next": "^15.0.2", "react": "19.0.0-rc-02c0e824-20241028", "react-date-picker": "^11.0.0", "react-dom": "19.0.0-rc-02c0e824-20241028", "react-ga": "^3.3.1", "react-google-recaptcha": "^3.1.0", "react-is": "^18.3.1", "react-rte": "^0.16.5", "react-select": "^5.8.0", "react-share": "^5.1.0", "react-webcam": "^7.2.0", "reflect-metadata": "^0.2.2", "sharp": "^0.33.4", "styled-components": "^6.1.13", "swagger-generator-codie": "^0.0.8", "tinycolor2": "^1.6.0", "use-swagger": "^0.1.5", "yup": "^1.4.0", "zustand": "^5.0.1" } }