-
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.
Updated framework and dependencies; reduced window size and added zoom
- Loading branch information
Showing
13 changed files
with
1,912 additions
and
1,447 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
Binary file not shown.
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,30 +1,34 @@ | ||
{ | ||
"name": "vite-project", | ||
"version": "1.0.0-alpha", | ||
"type": "module", | ||
"scripts": { | ||
"start": "concurrently -k -n vite-dev,neu \"yarn:vite-dev\" \"neu run -- --port=8080 --url=http://127.0.0.1:5173/index.html --document-root=\"\\/./\" --window-enable-inspector=true\"", | ||
"build": "vite build --mode prod && neu build", | ||
"preview": "vite build --mode prod && neu run", | ||
"vite-dev": "vite --mode dev", | ||
"vite-preview": "vite preview" | ||
"init": "neu update", | ||
"start": "neu run -- --window-enable-inspector=true", | ||
"build": "neu build", | ||
"vite-dev": "vite", | ||
"vite-build": "NODE_ENV=production vite build" | ||
}, | ||
"dependencies": { | ||
"@neutralinojs/lib": "^5.1.0", | ||
"dayjs": "^1.11.5", | ||
"moment": "^2.29.4", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"vite-plugin-html-env": "^1.2.7" | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@neutralinojs/neu": "^9.3.1", | ||
"@types/react": "^18.0.17", | ||
"@types/react-dom": "^18.0.6", | ||
"@vitejs/plugin-react": "^2.0.1", | ||
"concurrently": "^7.3.0", | ||
"@neutralinojs/neu": "^11.0.1", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "^8.23.0", | ||
"eslint-plugin-react": "^7.31.4", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"vite": "^3.0.7" | ||
"vite": "^5.2.0" | ||
}, | ||
"engines": { | ||
"node": ">=20", | ||
"npm": ">=10" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.