-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"name": "project",
"version": "1.0.0",
"description": "Adobe Creative Cloud Web Add-on.",
"scripts": {
"clean": "ccweb-add-on-scripts clean",
"build": "ccweb-add-on-scripts build --use webpack",
"start": "ccweb-add-on-scripts start --use webpack",
"package": "ccweb-add-on-scripts package --use webpack"
},
"keywords": [
"Adobe",
"Creative Cloud Web",
"Add-on",
"panel"
],
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@swc-react/button": "0.39.4",
"@swc-react/theme": "0.39.4",
"clsx": "^2.1.1",
"lucide-react": "^0.424.0",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@adobe/ccweb-add-on-scripts": "^2.3.1",
"@types/adobe__ccweb-add-on-sdk": "^1.3.0",
"@types/react": "18.2.21",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"html-webpack-plugin": "5.5.3",
"style-loader": "3.3.3",
"tailwindcss": "^3.4.7",
"ts-loader": "9.5.1",
"typescript": "5.3.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
}
}