-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some regressions in web application (#299)
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
- Loading branch information
1 parent
6d6d1ab
commit 5cc573d
Showing
16 changed files
with
110 additions
and
441 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,44 @@ | ||
{ | ||
"name": "landscape", | ||
"private": true, | ||
"version": "0.2.0", | ||
"type": "module", | ||
"scripts": { | ||
"build": "tsc && vite build", | ||
"dev": "vite", | ||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"format:diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/intersection-observer": "^2.1.3", | ||
"@solid-primitives/resize-observer": "^2.0.22", | ||
"@solid-primitives/scroll": "^2.0.20", | ||
"@solidjs/router": "^0.8.3", | ||
"add": "^2.0.6", | ||
"apexcharts": "^3.43.0", | ||
"bootstrap": "^5.3.2", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.4", | ||
"solid-apexcharts": "^0.3.2", | ||
"solid-js": "^1.8.1", | ||
"yarn": "^1.22.19" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.199", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-solid": "^0.13.0", | ||
"prettier": "^3.0.3", | ||
"sass": "^1.69.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.11", | ||
"vite-plugin-ejs": "^1.6.4", | ||
"vite-plugin-solid": "^2.7.1" | ||
}, | ||
"description": "Landscape2 is a tool that generates interactive landscapes websites.", | ||
"license": "Apache-2.0" | ||
"name": "landscape", | ||
"private": true, | ||
"version": "0.2.0", | ||
"type": "module", | ||
"scripts": { | ||
"build": "tsc && vite build", | ||
"dev": "vite", | ||
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"format:diff": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}\"", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@solid-primitives/resize-observer": "^2.0.22", | ||
"@solid-primitives/scroll": "^2.0.20", | ||
"@solidjs/router": "^0.8.3", | ||
"add": "^2.0.6", | ||
"apexcharts": "^3.43.0", | ||
"bootstrap": "^5.3.2", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.4", | ||
"solid-apexcharts": "^0.3.2", | ||
"solid-js": "^1.8.1", | ||
"yarn": "^1.22.19" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.199", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"eslint-plugin-solid": "^0.13.0", | ||
"prettier": "^3.0.3", | ||
"sass": "^1.69.3", | ||
"typescript": "^5.0.2", | ||
"vite": "^4.4.11", | ||
"vite-plugin-ejs": "^1.6.4", | ||
"vite-plugin-solid": "^2.7.1" | ||
}, | ||
"description": "Landscape2 is a tool that generates interactive landscapes websites.", | ||
"license": "Apache-2.0" | ||
} |
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
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
Oops, something went wrong.