forked from element-hq/compound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.61 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
{
"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://vector-im.github.io/compound",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.20.2",
"@storybook/addon-actions": "^7.0.0-beta.52",
"@storybook/addon-essentials": "^7.0.0-beta.52",
"@storybook/addon-interactions": "^7.0.0-beta.52",
"@storybook/addon-links": "^7.0.0-beta.52",
"@storybook/react": "^7.0.0-beta.52",
"@storybook/react-webpack5": "^7.0.0-beta.52",
"@storybook/testing-library": "^0.0.14-next.1",
"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.11",
"fs-extra": "^11.1.0",
"lodash": "^4.17.21",
"prettier": "^2.8.3",
"sharp": "^0.31.0",
"storybook": "^7.0.0-beta.52",
"storybook-addon-designs": "^6.3.1",
"style-dictionary": "^3.7.1",
"svg2vectordrawable": "^2.9.1",
"tinycolor2": "^1.4.2"
},
"dependencies": {
"@vector-im/compound-design-tokens": "https://github.com/vector-im/compound-design-tokens#develop",
"deepmerge": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}