-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.69 KB
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
{
"name": "igem-tnw-tudelt-nl",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && next build",
"start": "tinacms build && next start",
"export": "npm run build && next export",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@eslint/js": "^9.37.0",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^9.1.10",
"@storybook/addon-onboarding": "^9.1.10",
"@storybook/blocks": "^8.6.14",
"@storybook/nextjs": "^9.1.10",
"@storybook/react": "^9.1.10",
"@storybook/test": "^8.6.14",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.1.14",
"@tinacms/cli": "^1.11.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.6.2",
"@types/react": "19.2.0",
"@types/styled-components": "^5.1.34",
"eslint": "^9.37.0",
"eslint-config-next": "15.5.4",
"eslint-plugin-storybook": "^9.1.10",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"storybook": "^9.1.10",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@tailwindcss/typography": "^0.5.19",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.544.0",
"next": "^15.5.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-icons": "^5.5.0",
"styled-jsx": "^5.1.7",
"tailwind-merge": "^3.3.1",
"tinacms": "^2.9.0"
}
}