nscomponentsreact
Version:
React Wrapper Components for NSComponents
84 lines • 2.3 kB
JSON
{
"name": "nscomponentsreact",
"version": "0.6.3",
"main": "build/index.js",
"module": "build/index.esm.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"description": "React Wrapper Components for NSComponents",
"repository": {
"type": "git",
"url": "https://github.com/nscomponents/nscomponentsreact.git"
},
"homepage": "https://nscomponent.com/",
"bugs": {
"url": "https://github.com/nscomponents/nscomponentsreact/issues"
},
"keywords": [
"React",
"Component",
"Library",
"UI",
"Reusable",
"Customizable",
"NSComponents",
"Rollup",
"Typescript"
],
"author": "NSComponents",
"license": "MIT",
"sideEffects": [
"**/*.css",
"**/*.scss"
],
"scripts": {
"clean": "rimraf build",
"build": "npm run clean && rollup -c && xcopy /s /i src\\generated build\\generated",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"prepublishOnly": "npm run build",
"test": "jest",
"test:watch": "jest --watch"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-router-dom": "^6.0.0 || ^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-loader": "^10.1.1",
"babel-preset-react-app": "^10.1.0",
"eslint": "^10.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.3",
"rollup": "^4.59.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.98.0",
"sass-loader": "^16.0.7",
"ts-jest": "^29.4.6",
"typescript": "^5.9.3"
},
"dependencies": {
"tslib": "^2.8.1"
}
}