-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.93 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
{
"name": "craft-baseplate",
"author": "Brik.digital",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "NODE_ENV=production vite build",
"serve": "NODE_ENV=dev vite"
},
"dependencies": {
"alpinejs": "^3.13.7",
"gsap": "^3.12.5",
"lazysizes": "^5.3.2",
"lite-vimeo-embed": "^0.3.0",
"lite-youtube-embed": "^0.3.0",
"split-type": "^0.3.4"
},
"devDependencies": {
"@storybook/addon-a11y": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/blocks": "^8.3.0",
"@storybook/builder-webpack5": "^8.3.0",
"@storybook/cli": "^8.3.0",
"@storybook/components": "^8.3.0",
"@storybook/core-events": "^8.3.0",
"@storybook/manager-api": "^8.3.0",
"@storybook/preview-api": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/server": "^8.3.0",
"@storybook/server-webpack5": "^8.3.0",
"@storybook/theming": "^8.3.0",
"@storybook/types": "^8.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.11",
"@vitejs/plugin-legacy": "^5.3.2",
"autoprefixer": "^10.4.14",
"dedent": "^1.5.3",
"postcss": "^8.4.21",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^15.1.0",
"postcss-inline-svg": "^6.0.0",
"postcss-nested": "^6.0.1",
"postcss-pxtorem": "^6.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"rollup-plugin-critical": "^1.0.12",
"storybook": "^8.3.0",
"swiper": "^11.1.14",
"tailwindcss": "^3.4.1",
"tailwindcss-debug-screens": "^2.2.1",
"ts-pattern": "^5.3.1",
"vite": "^5.2.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-favicon2": "^1.1.5",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-restart": "^0.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}