The Trans Directory
0
fork

Configure Feed

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

chore: add dotenv dependency

aria a79f026e d207089c

+14
+13
package-lock.json
··· 19 19 "chokidar": "^4.0.3", 20 20 "cli-spinner": "^0.2.10", 21 21 "d3": "^7.9.0", 22 + "dotenv": "^17.3.1", 22 23 "esbuild-sass-plugin": "^3.3.1", 23 24 "flexsearch": "0.8.212", 24 25 "github-slugger": "^2.0.0", ··· 2901 2902 "funding": { 2902 2903 "type": "github", 2903 2904 "url": "https://github.com/sponsors/wooorm" 2905 + } 2906 + }, 2907 + "node_modules/dotenv": { 2908 + "version": "17.3.1", 2909 + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.3.1.tgz", 2910 + "integrity": "sha512-IO8C/dzEb6O3F9/twg6ZLXz164a2fhTnEWb95H23Dm4OuN+92NmEAlTrupP9VW6Jm3sO26tQlqyvyi4CsnY9GA==", 2911 + "license": "BSD-2-Clause", 2912 + "engines": { 2913 + "node": ">=12" 2914 + }, 2915 + "funding": { 2916 + "url": "https://dotenvx.com" 2904 2917 } 2905 2918 }, 2906 2919 "node_modules/earcut": {
+1
package.json
··· 45 45 "chokidar": "^4.0.3", 46 46 "cli-spinner": "^0.2.10", 47 47 "d3": "^7.9.0", 48 + "dotenv": "^17.3.1", 48 49 "esbuild-sass-plugin": "^3.3.1", 49 50 "flexsearch": "0.8.212", 50 51 "github-slugger": "^2.0.0",