-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.66 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
{
"name": "layered-dithering",
"author": {
"name": "Roy Eden",
"url": "https://github.com/royeden"
},
"private": false,
"version": "1.0.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^0.1.6",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-label": "^0.1.5",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-slider": "^0.1.4",
"@radix-ui/react-slot": "^0.1.2",
"@radix-ui/react-tooltip": "^0.1.7",
"bezier-easing": "^2.1.0",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^6.3.11",
"image-q": "^4.0.0",
"install": "^0.13.0",
"next": "latest",
"npm": "^8.12.1",
"react": "^18.2.0",
"react-colorful": "github:royeden/react-colorful#merge-all-pending-prs-dist",
"react-comparison-slider": "^1.1.0",
"react-dom": "^18.2.0",
"ua-parser-js": "^1.0.2",
"use-async-memo": "^1.2.4"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/ua-parser-js": "^0.7.36",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.4",
"tailwindcss-radix": "^2.2.0",
"typescript": "4.7.2"
}
}