-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"private": true,
"scripts": {
"build": "next build --profile",
"dev": "next dev",
"format": "prettier --cache --write .",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@sanity/styled-components": "6.1.18-canary.4",
"@trillionhq/stats.js": "^0.23.0",
"@types/culori": "^2.1.1",
"babel-plugin-react-compiler": "beta",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"culori": "^4.0.1",
"fuse.js": "^7.0.0",
"next": "^15.0.3",
"react": "rc",
"react-dom": "rc",
"styled-components": "6.1.18",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"use-effect-event": "^1.0.2"
},
"devDependencies": {
"@sanity/prettier-config": "^1.0.3",
"@types/node": "^22.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-plugin-react-compiler": "beta",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "5.6.3"
},
"packageManager": "pnpm@9.12.3"
}