-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.75 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
{
"name": "@vector-im/compound",
"version": "1.0.0",
"description": "",
"main": "dist/tokens.js",
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vector-im/compound.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vector-im/compound/issues"
},
"homepage": "https://compound.element.io",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@storybook/addon-actions": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-mdx-gfm": "^7.6.12",
"@storybook/manager-api": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/testing-library": "^0.1.0",
"@storybook/theming": "^7.6.12",
"babel-loader": "^9.1.2",
"chokidar-cli": "^3.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-storybook": "^0.6.12",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"prettier": "^2.8.3",
"sharp": "^0.31.0",
"storybook": "^7.6.12",
"style-dictionary": "^3.7.1",
"svg2vectordrawable": "^2.9.1",
"tinycolor2": "^1.4.2",
"typescript": "^5.0.4",
"vite": "^5.0.12"
},
"dependencies": {
"@vector-im/compound-design-tokens": "github:element-hq/compound-design-tokens#semver:^1.0.0",
"deepmerge": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}