{
    "name": "@etsoo/website",
    "version": "1.0.74",
    "description": "ETSOO CMS Based NextJs Website Framework",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "tsc",
        "format": "prettier --write src/**/*.{ts,tsx}",
        "lint": "eslint --ext .ts,.tsx src/",
        "test": "jest",
        "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
    },
    "jest": {
        "automock": false,
        "testMatch": [
            "<rootDir>/__tests__/**/*.{ts,tsx}"
        ],
        "testEnvironment": "jsdom",
        "setupFiles": [
            "<rootDir>/src/setupTests.ts"
        ],
        "transform": {
            ".+\\.jsx?$": "babel-jest",
            ".+\\.tsx?$": "ts-jest"
        },
        "transformIgnorePatterns": [
            "/node_modules/(?!@etsoo/).+\\.js$"
        ]
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ETSOO/Website.git"
    },
    "keywords": [
        "React",
        "TypeScript",
        "Website",
        "CMS",
        "ETSOO",
        "SmartERP",
        "司友云平台",
        "青岛亿速思维",
        "上海亿商"
    ],
    "author": "ETSOO",
    "license": "MIT",
    "homepage": "https://github.com/ETSOO/Website#readme",
    "dependencies": {
        "@etsoo/notificationbase": "^1.1.44",
        "@etsoo/restclient": "^1.1.7",
        "@etsoo/shared": "^1.2.43",
        "@etsoo/weixin": "^1.0.12",
        "bootstrap": "^5.3.3",
        "next": "14.2.4",
        "react": "18.3.1",
        "react-dom": "18.3.1"
    },
    "devDependencies": {
        "@babel/cli": "^7.24.7",
        "@babel/core": "^7.24.7",
        "@babel/plugin-transform-runtime": "^7.24.7",
        "@babel/preset-env": "^7.24.7",
        "@babel/runtime-corejs3": "^7.24.7",
        "@testing-library/jest-dom": "^6.4.6",
        "@testing-library/react": "^16.0.0",
        "@types/bootstrap": "^5.2.10",
        "@types/grecaptcha": "^3.0.9",
        "@types/jest": "^29.5.12",
        "@typescript-eslint/eslint-plugin": "^7.13.0",
        "@typescript-eslint/parser": "^7.13.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "ts-jest": "^29.1.4",
        "typescript": "^5.4.5"
    }
}
