-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "fluent-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev:old": "next dev --hostname localhost",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "run-s build start",
"typecheck": "tsc --noEmit",
"check": "run-s lint typecheck",
"clean": "rimraf .next",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx,css}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx,css}\" --cache",
"clone-project": "C:\\Users\\immi\\AppData\\Local\\Programs\\Python\\Python311\\python.exe -u \"e:\\my programms\\clone copy project gitignore patterns new.py\" --src \"C:\\Users\\immi\\Desktop\\Code\\nextJs\\fluent-ui\" --dest \"C:\\Users\\immi\\Desktop\\Code\\nextJs\\windows-11\""
},
"dependencies": {
"@iconify-icons/fluent": "^1.2.38",
"@iconify/react": "^5.0.2",
"@lexz451/next-nprogress": "^0.2.7",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@t3-oss/env-nextjs": "^0.10.1",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookies-next": "^5.0.2",
"date-fns": "^4.1.0",
"emittor": "^0.2.0-beta.2",
"framer-motion": "^11.15.0",
"geist": "^1.3.0",
"lenis": "^1.1.16",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.441.0",
"next": "15.1.0",
"next-themes": "^0.3.0",
"re-resizable": "^6.9.18",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.3.0",
"react-player": "^2.16.0",
"react-resizable": "^3.0.5",
"react-resizable-layout": "^0.7.2",
"react-resizable-panels": "^2.1.3",
"react-rnd": "^10.4.14",
"shadcn-theme-editor": "^1.4.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-full-bleed": "^2.0.2",
"type-fest": "^4.30.0",
"zod": "^3.23.3"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.14",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.10",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-resizable": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.0",
"i": "^0.3.7",
"mini-svg-data-uri": "^1.4.4",
"npm": "^10.9.0",
"postcss": "^8.4.39",
"postcss-nesting": "^13.0.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"tailwindcss-elevation": "^2.0.0",
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "pnpm@9.8.0",
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}
}