-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 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
{
"name": "@rubtsov/ui-components-react",
"private": false,
"version": "0.0.35",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"dist/style.css"
],
"scripts": {
"start": "vite",
"dev": "storybook dev -p 6006",
"build": "vite build && tsc",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"preview": "vite preview",
"build-storybook": "storybook build",
"deploy-storybook": "gh-pages -d storybook-static"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slider": "^1.1.2",
"clsx": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@rubtsov/eslint-config": "^1.0.2",
"@rubtsov/prettier-config": "^1.0.0",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "8.4.2",
"@types/node": "^20.9.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"eslint-plugin-storybook": "^0.11.0",
"gh-pages": "^6.1.1",
"sass": "^1.69.5",
"storybook": "^8.4.2",
"storybook-deployer": "^2.8.12",
"stylelint": "^15.11.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}