-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 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
{
"name": "tailwind-test",
"version": "1.0.0",
"private": true,
"dependencies": {
"@wix/dashboard": "^1.3.36",
"@wix/design-system": "^1.0.0",
"@wix/editor": "^1.356.0",
"@wix/wix-ui-icons-common": "^3.0.0",
"react-to-webcomponent": "^2.0.0",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.13",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@wix/cli": "^1.0.0",
"@wix/cli-app": "^1.0.0",
"@wix/sdk-types": "^1.0.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"react": "16.14.0",
"react-dom": "16.14.0",
"tailwindcss": "^4.1.13",
"typescript": "~5.8.2"
},
"scripts": {
"wix": "wix",
"build": "wix app build",
"release": "wix app release",
"dev": "wix app dev",
"preview": "wix app preview",
"generate": "wix app generate",
"logs": "wix app logs",
"typecheck": "tsc --noEmit"
}
}