infinity-forge
Version:
75 lines (74 loc) • 2.18 kB
JSON
{
"name": "infinity-forge",
"version": "8.3.7",
"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 3053",
"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",
"swagger": "node ./dist/client/generate.js"
},
"peerDependencies": {
"react": ">=16"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"react",
"typescript",
"awesome-project"
],
"author": "Codie Digital",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.8.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/styled-components": "^5.1.34",
"concurrently": "^9.1.1",
"copyfiles": "^2.4.1",
"cssnano": "^7.0.6",
"fs-extra": "^11.2.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@next/third-parties": "^15.1.6",
"axios": "^1.7.9",
"cpx": "^1.5.0",
"formik": "^2.4.6",
"fs": "0.0.1-security",
"moment": "^2.30.1",
"motion": "^12.5.0",
"next": "^15.1.6",
"node": "^22.13.0",
"quill": "^2.0.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-select": "^5.9.0",
"styled-components": "^6.1.16",
"yup": "^1.6.1",
"zustand": "^5.0.2"
},
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
}