-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.54 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": "ces-style-generator",
"version": "7.0.8-10",
"description": "Npm project to use ces-theme to generate styling",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"tw": "npx tailwindcss build -i node_modules/@cloudogu/ces-theme-tailwind/ces-theme-tailwind-config.css -o app/src/main/resources/static/css/ces-theme-tailwind.css"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@cloudogu/ces-theme-tailwind": "^0.8.0",
"@mertasan/tailwindcss-variables": "^2.7.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"tailwindcss-aria-attributes": "^2.0.1",
"tailwindcss-scoped-groups": "^2.0.0",
"@headlessui/react": "^1.7.17",
"@phosphor-icons/react": "2.0.15",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-toast": "^1.1.5",
"big.js": "^6.2.1",
"class-variance-authority": "^0.7.0",
"formik": "^2.2.9",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^13.3.1",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.8.2",
"tailwind-merge": "^1.11.0",
"uuid": "^9.0.1",
"yup": "^0.32.11"
}
}