mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 11:26:24 +02:00
remove framer-motion
This commit is contained in:
parent
1a1530957a
commit
79429b0c9a
3 changed files with 1 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import NumberFlow from "@number-flow/react";
|
import NumberFlow from "@number-flow/react";
|
||||||
import confetti from "canvas-confetti";
|
import confetti from "canvas-confetti";
|
||||||
import { motion } from "framer-motion";
|
import { motion } from "motion/react";
|
||||||
import { Check, Star } from "lucide-react";
|
import { Check, Star } from "lucide-react";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useRef, useState } from "react";
|
import { useRef, useState } from "react";
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,6 @@
|
||||||
"dotenv": "^17.2.3",
|
"dotenv": "^17.2.3",
|
||||||
"drizzle-orm": "^0.44.5",
|
"drizzle-orm": "^0.44.5",
|
||||||
"emblor": "^1.4.8",
|
"emblor": "^1.4.8",
|
||||||
"framer-motion": "^12.23.22",
|
|
||||||
"fumadocs-core": "^15.6.6",
|
"fumadocs-core": "^15.6.6",
|
||||||
"fumadocs-mdx": "^11.7.1",
|
"fumadocs-mdx": "^11.7.1",
|
||||||
"fumadocs-ui": "^15.6.6",
|
"fumadocs-ui": "^15.6.6",
|
||||||
|
|
|
||||||
3
surfsense_web/pnpm-lock.yaml
generated
3
surfsense_web/pnpm-lock.yaml
generated
|
|
@ -113,9 +113,6 @@ importers:
|
||||||
emblor:
|
emblor:
|
||||||
specifier: ^1.4.8
|
specifier: ^1.4.8
|
||||||
version: 1.4.8(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
version: 1.4.8(@types/react-dom@19.1.6(@types/react@19.1.8))(@types/react@19.1.8)(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||||
framer-motion:
|
|
||||||
specifier: ^12.23.22
|
|
||||||
version: 12.23.22(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
||||||
fumadocs-core:
|
fumadocs-core:
|
||||||
specifier: ^15.6.6
|
specifier: ^15.6.6
|
||||||
version: 15.6.6(@types/react@19.1.8)(next@15.4.4(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
version: 15.6.6(@types/react@19.1.8)(next@15.4.4(@opentelemetry/api@1.9.0)(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue