forked from RocketChat/fuselage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 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": "@rocket.chat/fuselage-tokens",
"version": "0.33.1",
"description": "Design tokens for Fuselage, Rocket.Chat's design system",
"homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RocketChat/fuselage.git",
"directory": "packages/fuselage-tokens"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
},
"keywords": [
"design",
"tokens",
"fuselage",
"rocket.chat"
],
"files": [
"dist",
"/breakpoints.*",
"/colors.*",
"/typography.*"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"scripts": {
"build": "run-s .:build:clean .:build:legacy .:build",
".:build": "node ./build --config ./config.js",
".:build:legacy": "build-design-tokens",
".:build:clean": "rimraf dist"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-design-tokens": "workspace:~",
"eslint": "~8.45.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~5.2.1",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
"postcss-scss": "~4.0.6",
"prettier": "~3.3.3",
"rimraf": "^3.0.2",
"style-dictionary": "~4.1.4",
"stylelint": "~16.10.0",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "~5.0.2",
"stylelint-scss": "~6.8.1"
}
}