Skip to content

Commit 507835f

Browse files
committed
Added lightweight charts
1 parent 77cbf72 commit 507835f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/hestia/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"dev": "yarn generate && next dev",
6+
"dev": "next dev",
77
"build": "next build",
88
"dev:build": "export __NEXT_TEST_MODE=1 && next build",
9-
"generate": "chmod +x copy_charting_library_files.sh && ./copy_charting_library_files.sh",
9+
"generate": "",
1010
"start": "next start",
1111
"lint": "next lint --fix",
1212
"clear": "rm -rf .next"
@@ -37,6 +37,7 @@
3737
"classnames": "^2.3.2",
3838
"formik": "^2.4.5",
3939
"friendly-username-generator": "^2.0.4",
40+
"lightweight-charts": "4.1.3",
4041
"next": "^14.0.1",
4142
"next-i18next": "^15.2.0",
4243
"next-pwa": "^5.6.0",

0 commit comments

Comments
 (0)