All checks were successful
Publish to npm / publish (push) Successful in 24s
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "datenel-react",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/node": "^22.13.4",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"globals": "^15.14.0",
|
|
"sass-embedded": "^1.85.0",
|
|
"typescript": "~5.7.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.1.0",
|
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
"vite-plugin-dts": "^4.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"exports": {
|
|
"types": "./dist/src/index.d.ts",
|
|
"import": "./dist/index.es.js",
|
|
"require": "./dist/index.umd.js",
|
|
"default": "./dist/index.es.js"
|
|
},
|
|
"main": "dist/index.umd.js",
|
|
"module": "dist/index.es.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Astrian/datenel-react"
|
|
},
|
|
"additionalRepositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://git.nas.astrian.moe/Astrian/datenel-react"
|
|
}
|
|
]
|
|
}
|