-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.16 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.16 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "mandragora-media",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build-storybook": "storybook build",
"build": "vite build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint .",
"predeploy": "yarn build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"test": "vitest"
},
"dependencies": {
"@fontsource/baloo-2": "^5.2.5",
"@fontsource/comfortaa": "^5.2.5",
"@fontsource/lexend": "^5.2.7",
"@fontsource/luckiest-guy": "^5.2.5",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.12.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@babel/preset-typescript": "^7.27.1",
"@chromatic-com/storybook": "^3",
"@eslint/js": "^9.25.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/experimental-addon-test": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/gh-pages": "^6",
"@types/node": "^22.15.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/browser": "^3.1.4",
"@vitest/coverage-v8": "^3.1.4",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "6.0.0-rc.1",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-storybook": "^0.12.0",
"gh-pages": "^6.3.0",
"globals": "^16.0.0",
"happy-dom": "^17.4.7",
"playwright": "^1.52.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"storybook": "^8.6.14",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.4"
},
"packageManager": "yarn@4.9.1",
"homepage": "https://noranda.github.io/mandragora-mania"
}