-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.79 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
{
"name": "@doom-ui/monorepo",
"private": true,
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/omarshehab221/DoomUI.git"
},
"homepage": "https://doom-ui.vercel.app",
"funding": [
{
"type": "individual",
"url": "https://www.thanks.dev/omarshehab221"
},
{
"type": "github",
"url": "https://github.com/sponsors/omarshehab221"
},
{
"type": "patreon",
"url": "https://www.patreon.com/c/OmarShehab3615"
}
],
"workspaces": [
"packages/*",
"apps/*"
],
"author": {
"name": "Omar Shehab",
"email": "[email protected]",
"url": "https://github.com/omarshehab221"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"clean": "turbo run clean",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --config-dir .storybook",
"website:dev": "turbo run dev --filter=website",
"website:build": "turbo run build --filter=website"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-themes": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-webpack5": "^8.4.2",
"@storybook/test": "^8.4.2",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"postcss-loader": "^8.1.1",
"storybook": "^8.4.2",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"turbo": "^2.3.0",
"typescript": "^5.4.2"
}
}