-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 951 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 951 Bytes
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
{
"name": "clip-path",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"install": "^0.13.0",
"next": "13.4.4",
"npm": "^9.6.7",
"postcss": "8.4.24",
"rc-slider": "^10.2.0",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-draggable": "^4.4.5",
"react-hot-toast": "^2.4.1",
"react-svg-blob": "^0.3.1",
"react-syntax-highlighter": "^15.5.0",
"save-svg-as-png": "^1.4.17",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/react-color": "^3.0.6",
"@types/react-syntax-highlighter": "^15.5.7"
}
}