forked from element-hq/compound-design-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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": "@vector-im/compound-design-tokens",
"version": "0.0.5",
"description": "Compound design tokens",
"scripts": {
"build": "ts-node ./build.ts",
"dev": "http-server ."
},
"keywords": [
"compound",
"design tokens",
"style dictionary",
"css"
],
"files": [
"./assets/web/**/*",
"./icons/**/*"
],
"main": "assets/web/js/index.js",
"author": "",
"license": "Apache-2.0",
"homepage": "https://github.com/vector-im/compound-design-tokens",
"bugs": {
"url": "https://github.com/vector-im/compound/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vector-im/compound-design-tokens.git"
},
"devDependencies": {
"@tokens-studio/sd-transforms": "^0.4.3",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.191",
"@types/node": "^18.13.0",
"fast-glob": "^3.2.12",
"http-server": "^14.1.1",
"style-dictionary": "https://github.com/amzn/style-dictionary",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"svg2vectordrawable": "^2.9.1"
}
}