forked from channel-io/bezier-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 923 Bytes
/
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
{
"name": "@channel.io/stylelint-bezier",
"version": "0.2.8",
"description": "Stylelint configuration for Bezier design system.",
"repository": {
"type": "git",
"url": "https://github.com/channel-io/bezier-react",
"directory": "packages/stylelint-bezier"
},
"main": "dist/index.js",
"scripts": {
"build": "tsc --build --verbose",
"dev": "tsc --watch",
"lint": "TIMING=1 eslint --cache .",
"typecheck": "tsc --noEmit",
"clean": "run-s 'clean:*'",
"clean:build": "rm -rf dist",
"clean:cache": "rm -rf node_modules .turbo .eslintcache stats.html"
},
"author": "Channel Corp.",
"license": "Apache-2.0",
"dependencies": {
"@channel.io/bezier-tokens": "0.3.0"
},
"devDependencies": {
"eslint-config-bezier": "workspace:*",
"postcss-styled-syntax": "^0.7.0",
"tsconfig": "workspace:*"
},
"peerDependencies": {
"stylelint": ">=16.0.0"
}
}