-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90b7e67
commit 50c8089
Showing
375 changed files
with
1,674 additions
and
32,192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
"entry": ["src/index.tsx"], | ||
"project": ["src/**/*.ts", "src/**/*.tsx"], | ||
"vite": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
{ | ||
"name": "@linode/volumes-create", | ||
"description": "Volume Create app - micro-frontend proof of concept", | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "src/index.ts", | ||
"module": "src/index.ts", | ||
"types": "src/index.ts", | ||
"dependencies": { | ||
"@linode/api-v4": "*", | ||
"@lukemorales/query-key-factory": "^1.3.4", | ||
"@mui/icons-material": "^5.14.7", | ||
"@mui/material": "^5.14.7", | ||
"@tanstack/react-query": "5.51.24", | ||
"@tanstack/react-router": "^1.58.3", | ||
"formik": "~2.1.3", | ||
"luxon": "3.4.4", | ||
"notistack": "^3.0.1", | ||
"ramda": "~0.25.0", | ||
"react": "^18.2.0", | ||
"tss-react": "^4.8.2" | ||
}, | ||
"devDependencies": { | ||
"@types/luxon": "3.4.2" | ||
}, | ||
"scripts": { | ||
"start": "vite serve --port 3001" | ||
} | ||
"name": "@linode/volumes-create", | ||
"description": "Volume Create app - micro-frontend proof of concept", | ||
"version": "0.0.1", | ||
"type": "module", | ||
"main": "src/index.ts", | ||
"module": "src/index.ts", | ||
"types": "src/index.ts", | ||
"dependencies": { | ||
"@lukemorales/query-key-factory": "^1.3.4", | ||
"@mui/icons-material": "^5.14.7", | ||
"@mui/material": "^5.14.7", | ||
"@tanstack/react-query": "5.51.24", | ||
"@tanstack/react-router": "^1.58.3", | ||
"formik": "~2.1.3", | ||
"notistack": "^3.0.1", | ||
"ramda": "~0.25.0", | ||
"react": "^18.2.0", | ||
"tss-react": "^4.8.2" | ||
}, | ||
"lint-staged": { | ||
"*.{ts,tsx,js}": [ | ||
"prettier --write", | ||
"eslint --ext .js,.ts,.tsx --quiet" | ||
] | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"start": "vite serve --port 3001", | ||
"precommit": "lint-staged" | ||
} | ||
} |
193 changes: 0 additions & 193 deletions
193
packages/volume-create/src/__data__/distributedRegionsData.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.