-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
{
"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.13",
"@trillionhq/stats.js": "^0.23.0",
"@types/culori": "^2.1.1",
"babel-plugin-react-compiler": "0.0.0-experimental-2bc6fec-20240909",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"culori": "^4.0.1",
"fuse.js": "^7.0.0",
"next": "15.0.0-canary.146",
"react": "19.0.0-rc-e210d081-20240909",
"react-dom": "19.0.0-rc-e210d081-20240909",
"styled-components": "6.1.13",
"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.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.146",
"eslint-plugin-react-compiler": "0.0.0-experimental-b6997ec-20240909",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.45",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "5.6.2"
},
"packageManager": "pnpm@9.10.0"
}