aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
committerPauline <git@ethanlibs.co>2023-08-23 01:09:10 -0400
commita7c97d40a34b09d3f488a60106ba82ecd0e8b61e (patch)
treebb5ec157826d2997731c15a413ce8b669f8debf2 /package.json
parentcec45d997807679e9033538b11e9478874542f15 (diff)
downloadNexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.gz
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.tar.bz2
Nexus-a7c97d40a34b09d3f488a60106ba82ecd0e8b61e.zip
initial community health files
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bb6cab6
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "@polyfrost/nexus",
+ "private": true,
+ "scripts": {},
+ "devDependencies": {
+ "@babel/plugin-syntax-import-assertions": "^7.22.5",
+ "@storybook/react-vite": "^7.3.2",
+ "@trivago/prettier-plugin-sort-imports": "^4.2.0",
+ "nx": "16.7.3",
+ "prettier": "^3.0.2",
+ "prettier-plugin-tailwindcss": "^0.5.3",
+ "rimraf": "^5.0.1",
+ "typescript": "^5.1.6",
+ "vite": "^4.4.9"
+ },
+ "overrides": {
+ "@types/node": "^18.0.0"
+ },
+ "engines": {
+ "pnpm": ">=8.0.0",
+ "npm": "pnpm",
+ "yarn": "pnpm",
+ "node": ">=18.0.0"
+ },
+ "eslintConfig": {
+ "root": true
+ }
+}