-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.78 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
59
60
61
62
63
64
65
{
"name": "@crhio/concrete",
"version": "2.32.1",
"main": "src/index.js",
"scripts": {
"dev": "vite",
"dev:clean": "vite --force",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook"
},
"dependencies": {
"@crhio/leviat-tailwind-configuration": "^1.0.0",
"@headlessui/tailwindcss": "^0.1.0",
"@headlessui/vue": "^1.6.7",
"@heroicons/vue": "^2.0.13",
"big.js": "^6.2.1",
"d3-drag": "^3.0.0",
"d3-selection": "^3.0.0",
"lodash-es": "^4.17.21",
"uuid": "^9.0.1",
"vue": "^3.4.29"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@chromatic-com/storybook": "^1.6.1",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/builder-vite": "^0.1.36",
"@storybook/jest": "^0.2.3",
"@storybook/test": "^8.2.9",
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@storybook/vue3": "^8.2.9",
"@storybook/vue3-vite": "^8.2.9",
"@tailwindcss/line-clamp": "^0.4.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.13",
"sass": "^1.59.2",
"storybook": "^8.2.9",
"tailwindcss": "^3.4.10",
"vite": "^5.4.1",
"vue-loader": "^16.8.3"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "0.13.0"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}