-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.21 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
66
67
68
69
70
71
72
{
"name": "amaryllis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,json}'",
"test": "jest",
"start-sb": "storybook dev -p 6006",
"build-sb": "storybook build",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_e6017b4298dd3e3",
"check-update": "npx -p npm-check-updates -c 'ncu'"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"material-icons": "^1.13.12",
"next": "^15.1.3",
"next-auth": "5.0.0-beta.25",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"storybook-addon-theme-changer": "^0.2.2",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"ts-pattern": "^5.6.0",
"typescript": "^5.7.2",
"uuid": "^11.0.3"
},
"devDependencies": {
"@chromatic-com/storybook": "^3",
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/addon-mdx-gfm": "^8.5.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/blocks": "^8.5.3",
"@storybook/nextjs": "^8.5.3",
"@storybook/react": "^8.5.3",
"@storybook/test": "^8.5.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/uuid": "^10.0.0",
"chromatic": "^11.20.2",
"daisyui": "^4.12.23",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-storybook": "^0.11.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.4.2",
"storybook": "^8.5.3",
"ts-jest": "^29.2.5"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}