-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "displacementx",
"version": "0.3.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "serve out",
"test:types": "tsc",
"test:units": "vitest",
"test:lint": "next lint --max-warnings=0 --format=compact",
"test:format": "prettier . --check",
"format": "prettier . --write",
"upgrade": "bunx npm-check-updates -u && bun i"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-slider": "1.1.2",
"@radix-ui/react-switch": "1.0.3",
"clsx": "2.1.0",
"next": "14.0.4",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0",
"usehooks-ts": "2.9.1",
"zustand": "4.4.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.0.4",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo-react": "0.27.0",
"eslint-config-xo-typescript": "1.0.1",
"eslint-plugin-tailwindcss": "3.13.1",
"happy-dom": "13.0.5",
"postcss": "8.4.33",
"prettier": "3.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"serve": "14.2.1",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vitest": "1.2.0"
}
}