-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@fjlaubscher/matter",
"version": "5.1.1",
"description": "",
"main": "src/index.ts",
"module": "src/index.ts",
"scripts": {
"format": "prettier --write \"**/src/**/*.{ts,tsx,scss}\"",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fjlaubscher/matter.git"
},
"keywords": [],
"author": "Francois Laubscher",
"license": "MIT",
"bugs": {
"url": "https://github.com/fjlaubscher/matter/issues"
},
"homepage": "https://github.com/fjlaubscher/matter#readme",
"devDependencies": {
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/react-vite": "^8.0.10",
"classnames": "^2.5.1",
"prettier": "^3.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"sass": "^1.77.1",
"storybook": "^8.0.10",
"typescript": "^5.4.5",
"usehooks-ts": "^3.1.0",
"vite": "^5.2.11"
},
"resolutions": {
"jackspeak": "2.1.1"
}
}