-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
8 changed files
with
3,343 additions
and
11,369 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,7 +1,35 @@ | ||
{ | ||
"name": "professional-razor", | ||
"version": "1.0.0-beta.100", | ||
"private": true, | ||
"version": "1.0.0-beta.100", | ||
"description": "Use front-end tech (Vue/Css/Ts) to build multi-platform from one codebase, suitable for small team and app to write logic once, run anywhere.", | ||
"workspaces": ["packages/*"] | ||
"workspaces": ["packages/*"], | ||
"dependencies": { | ||
"@capacitor/app": "5.0.7", | ||
"@capacitor/core": "5.7.4", | ||
"@capacitor/haptics": "5.0.7", | ||
"@capacitor/keyboard": "5.0.8", | ||
"@capacitor/status-bar": "5.0.7", | ||
"@ionic/vue": "^7.0.0", | ||
"@ionic/vue-router": "^7.0.0", | ||
"ionicons": "^7.0.0", | ||
"vue": "^3.3.0", | ||
"vue-router": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@capacitor/cli": "5.7.4", | ||
"@vitejs/plugin-legacy": "^5.0.0", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"@vue/test-utils": "^2.3.0", | ||
"cypress": "^13.5.0", | ||
"eslint": "^8.35.0", | ||
"eslint-plugin-vue": "^9.9.0", | ||
"jsdom": "^22.1.0", | ||
"terser": "^5.4.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^5.0.0", | ||
"vitest": "^0.34.6", | ||
"vue-tsc": "^1.0.24" | ||
} | ||
} |
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
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
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,12 +1,9 @@ | ||
{ | ||
"name": "@razor/front-shared", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"private": true, | ||
"version": "1.0.0-beta.100", | ||
"description": "front-user shared (lib/ui)", | ||
"dependencies": { | ||
"@razor/shared": "file:../shared" | ||
} | ||
} |
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,13 +1,6 @@ | ||
{ | ||
"name": "@razor/shared", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"private": true, | ||
"version": "1.0.0-beta.100", | ||
"description": "common shared (lib/ui)" | ||
} |