-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
103 lines (103 loc) · 2.58 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
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
95
96
97
98
99
100
101
102
103
{
"version": "1.5.2",
"license": "BSD-3-Clause-Clear",
"exports": {
".": {
"import": "./dist/react-var-ui.js",
"types": "./dist/index.d.ts"
},
"./dist/index.css": {
"require": "./dist/index.css",
"import": "./dist/index.css"
},
"./index.css": {
"require": "./dist/index.css",
"import": "./dist/index.css"
}
},
"type": "module",
"main": "dist/react-var-ui.js",
"typings": "dist/index.d.ts",
"module": "dist/react-var-ui.js",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "vite build",
"test": "vitest",
"lint": "eslint src",
"prepare": "vite build",
"chromatic": "npx chromatic --exit-zero-on-changes",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"coverage": "vitest --coverage --run"
},
"peerDependencies": {
"react": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/mat-sz/react-var-ui.git"
},
"bugs": {
"url": "https://github.com/mat-sz/react-var-ui/issues"
},
"homepage": "https://github.com/mat-sz/react-var-ui",
"name": "react-var-ui",
"author": "Mat Sz <[email protected]>",
"keywords": [
"react",
"dat.gui",
"react-component",
"react-slider",
"slider",
"input",
"range",
"library",
"typescript"
],
"resolutions": {
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"wrap-ansi": "7.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.3",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.0",
"@storybook/preview-api": "^7.5.3",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.1",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.6",
"canvas": "^2.11.2",
"chromatic": "^7.1.0",
"husky": "^6.0.0",
"jsdom": "^22.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.34.1",
"storybook": "^7.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"dependencies": {
"@uiw/react-color-sketch": "^2.0.5",
"filesize": "^8.0.6",
"radash": "^11.0.0",
"react-use-pointer-drag": "^0.1.1"
}
}