-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"type": "module",
"workspaces": [
"packages/storybook",
"packages/components/*"
],
"scripts": {
"dev": "run dev:* -p",
"build": "run build:* centralize publish -s",
"build:local": "run build:* centralize -s",
"dev:storybook": "npm run dev -w=st",
"build:storybook": "npm run build -w=st",
"create:component": "scaff component-monorepo packages/components && npm i"
},
"keywords": [],
"author": "",
"license": "ISC",
"prettier": {
"tabWidth": 4,
"singleQuote": false,
"endOfLine": "lf"
},
"dependencies": {
"@atomico/exports": "^1.9.0",
"@atomico/hooks": "^4.1.1",
"@atomico/postcss-tokens": "^3.4.5",
"@atomico/run": "^0.14.2",
"@atomico/scaffold": "^2.9.5",
"@atomico/storybook": "^2.6.0",
"@atomico/tsconfig": "^1.1.2",
"@atomico/use-disabled": "^2.0.0",
"@atomico/vite": "^2.11.2",
"atomico": "^1.77.1",
"typescript": "^5.2.2",
"vite": "^5.1.6"
},
"version": "0.0.1"
}