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 typescript, @types/react

BK610 81452ef0 36207dc5

+36 -2
+33 -1
package-lock.json
··· 24 24 "posthog-js": "^1.207.5", 25 25 "react": "^19.0.0", 26 26 "react-dom": "^19.0.0", 27 - "tailwindcss": "^3.4.17" 27 + "tailwindcss": "^3.4.17", 28 + "typescript": "^5.7.3" 28 29 }, 29 30 "devDependencies": { 30 31 "@babel/core": "^7.26.0", 31 32 "@babel/preset-react": "^7.26.3", 32 33 "@tailwindcss/typography": "^0.5.16", 34 + "@types/react": "19.0.8", 33 35 "frontmatter-markdown-loader": "^3.6.3" 34 36 } 35 37 }, ··· 3239 3241 "undici-types": "~5.26.4" 3240 3242 } 3241 3243 }, 3244 + "node_modules/@types/react": { 3245 + "version": "19.0.8", 3246 + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.8.tgz", 3247 + "integrity": "sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==", 3248 + "dev": true, 3249 + "license": "MIT", 3250 + "dependencies": { 3251 + "csstype": "^3.0.2" 3252 + } 3253 + }, 3242 3254 "node_modules/@types/resolve": { 3243 3255 "version": "1.17.1", 3244 3256 "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", ··· 4088 4100 "engines": { 4089 4101 "node": ">=4" 4090 4102 } 4103 + }, 4104 + "node_modules/csstype": { 4105 + "version": "3.1.3", 4106 + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", 4107 + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", 4108 + "dev": true, 4109 + "license": "MIT" 4091 4110 }, 4092 4111 "node_modules/data-uri-to-buffer": { 4093 4112 "version": "2.0.2", ··· 8530 8549 }, 8531 8550 "funding": { 8532 8551 "url": "https://github.com/sponsors/ljharb" 8552 + } 8553 + }, 8554 + "node_modules/typescript": { 8555 + "version": "5.7.3", 8556 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", 8557 + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", 8558 + "license": "Apache-2.0", 8559 + "bin": { 8560 + "tsc": "bin/tsc", 8561 + "tsserver": "bin/tsserver" 8562 + }, 8563 + "engines": { 8564 + "node": ">=14.17" 8533 8565 } 8534 8566 }, 8535 8567 "node_modules/uc.micro": {
+3 -1
package.json
··· 29 29 "posthog-js": "^1.207.5", 30 30 "react": "^19.0.0", 31 31 "react-dom": "^19.0.0", 32 - "tailwindcss": "^3.4.17" 32 + "tailwindcss": "^3.4.17", 33 + "typescript": "^5.7.3" 33 34 }, 34 35 "devDependencies": { 35 36 "@babel/core": "^7.26.0", 36 37 "@babel/preset-react": "^7.26.3", 37 38 "@tailwindcss/typography": "^0.5.16", 39 + "@types/react": "19.0.8", 38 40 "frontmatter-markdown-loader": "^3.6.3" 39 41 } 40 42 }