-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.99 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.99 KB
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
{
"name": "bisky-front",
"version": "3.0.0",
"scripts": {
"dev": "next dev -p 3030 --turbo --experimental-https",
"build": "next build --turbo",
"start": "next start -p 3030",
"lint:fix": "tsc && eslint --fix . && stylelint \"src/**/*.{css,scss}\" --fix && prettier --write ."
},
"dependencies": {
"@fancyapps/ui": "^6.0.27",
"@floating-ui/react": "^0.27.16",
"@hookform/resolvers": "^5.2.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.2",
"@radix-ui/react-slider": "^1.3.6",
"@tanstack/react-query": "^5.85.9",
"@types/mdx": "^2.0.13",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"effector": "^23.4.2",
"effector-react": "^23.3.0",
"embla-carousel-auto-height": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"idb": "^8.0.3",
"input-otp": "^1.4.2",
"next": "^15.5.2",
"nextjs-toploader": "^3.8.16",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-easy-crop": "^5.5.0",
"react-hook-form": "^7.62.0",
"react-intersection-observer": "^9.16.0",
"sass": "^1.91.0",
"sonner": "^2.0.7",
"typescript": "5.9.2",
"zod": "^4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.34.0",
"@next/eslint-plugin-next": "15.5.2",
"@tanstack/react-query-devtools": "^5.85.9",
"@types/react-dom": "^19.1.9",
"eslint": "^9.34.0",
"eslint-config-next": "^15.5.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.6.2",
"stylelint": "^16.23.1",
"stylelint-config-recommended-scss": "^16.0.0",
"stylelint-order": "^7.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.12.1",
"typescript-eslint": "^8.42.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@parcel/watcher"
],
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
}
}