this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add @types/papaparse

BK610 4241abe5 430460c4

+12
+11
package-lock.json
··· 31 31 "@babel/core": "^7.26.0", 32 32 "@babel/preset-react": "^7.26.3", 33 33 "@tailwindcss/typography": "^0.5.16", 34 + "@types/papaparse": "^5.3.15", 34 35 "@types/react": "19.0.8", 35 36 "frontmatter-markdown-loader": "^3.6.3" 36 37 } ··· 3239 3240 "integrity": "sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==", 3240 3241 "dependencies": { 3241 3242 "undici-types": "~5.26.4" 3243 + } 3244 + }, 3245 + "node_modules/@types/papaparse": { 3246 + "version": "5.3.15", 3247 + "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.15.tgz", 3248 + "integrity": "sha512-JHe6vF6x/8Z85nCX4yFdDslN11d+1pr12E526X8WAfhadOeaOTx5AuIkvDKIBopfvlzpzkdMx4YyvSKCM9oqtw==", 3249 + "dev": true, 3250 + "license": "MIT", 3251 + "dependencies": { 3252 + "@types/node": "*" 3242 3253 } 3243 3254 }, 3244 3255 "node_modules/@types/react": {
+1
package.json
··· 36 36 "@babel/core": "^7.26.0", 37 37 "@babel/preset-react": "^7.26.3", 38 38 "@tailwindcss/typography": "^0.5.16", 39 + "@types/papaparse": "^5.3.15", 39 40 "@types/react": "19.0.8", 40 41 "frontmatter-markdown-loader": "^3.6.3" 41 42 }