diff options
| author | Pauline <git@ethanlibs.co> | 2023-10-14 22:27:27 -0400 |
|---|---|---|
| committer | Pauline <git@ethanlibs.co> | 2023-10-14 22:27:27 -0400 |
| commit | 2582162cea2b3a59cd21c78f8b73cb03d0acad40 (patch) | |
| tree | 432057475f3b51850a85e2cba9969bcb79f3a8e6 /packages/config/package.json | |
| parent | 06f51ccdc496a6581d098edc424f3973e550221d (diff) | |
| download | Nexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.tar.gz Nexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.tar.bz2 Nexus-2582162cea2b3a59cd21c78f8b73cb03d0acad40.zip | |
refactor(trunk): refactor the entire project idk
Diffstat (limited to 'packages/config/package.json')
| -rw-r--r-- | packages/config/package.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/packages/config/package.json b/packages/config/package.json new file mode 100644 index 0000000..2a16d61 --- /dev/null +++ b/packages/config/package.json @@ -0,0 +1,29 @@ +{ + "name": "@polyfrost/config", + "version": "0.0.0", + "exports": { + "./*": "./*", + "./vite": "./vite", + "./vite/relAlias": "./vite/relAlias" + }, + "scripts": { + "lint": "eslint . --cache" + }, + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^6.7.5", + "@typescript-eslint/parser": "^6.7.5", + "eslint": "^8.51.0", + "eslint-config-turbo": "^1.10.15", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.1", + "eslint-plugin-react": "^7.33.2", + "eslint-plugin-react-hooks": "^4.6.0", + "eslint-plugin-tailwindcss": "^3.13.0", + "eslint-plugin-astro": "^0.29.1", + "eslint-plugin-jsx-a11y": "^6.7.1", + "eslint-utils": "^3.0.0", + "regexpp": "^3.2.0", + "vite-plugin-html": "^3.2.0", + "vite-plugin-svgr": "^4.1.0" + } +} |
