-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.42 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.42 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "wedvice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"husky": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_4838cf564671b5e",
"svgo": "svgo -f src/assets/wed_icon --recursive"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.61.0",
"@tanstack/react-query-devtools": "^5.61.0",
"@tokens-studio/sd-transforms": "^1.2.9",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jotai": "^2.10.2",
"motion": "^11.15.0",
"next": "^15.0.3",
"next-pwa": "^5.6.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "19.0.0-rc-66855b96-20241106",
"react-calendar": "^5.1.0",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-spring-bottom-sheet": "^3.4.1",
"sd-tailwindcss-transformer": "^2.1.0",
"style-dictionary": "^4.3.3",
"tailwind-merge": "^2.5.5",
"tailwind-scrollbar-hide": "^2.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@storybook/addon-designs": "^8.2.0",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-onboarding": "^8.5.2",
"@storybook/blocks": "^8.5.2",
"@storybook/nextjs": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/test": "^8.5.2",
"@types/eslint-plugin-jsx-a11y": "^6",
"@types/next-pwa": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"chromatic": "^11.19.0",
"eslint": "^9.19.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8",
"prettier": "^3.4.2",
"storybook": "^8.5.2",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"packageManager": "yarn@4.5.1"
}