-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 2.13 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
{
"name": "@patternfly/design-tokens-root",
"private": true,
"version": "0.0.0",
"description": "This library provides patternfly extensions",
"license": "MIT",
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace @patternfly/design-tokens build",
"build:docs": "yarn workspace @patternfly/design-tokens docs:build",
"build:fed:packages": "yarn workspace @patternfly/design-tokens build:fed:packages",
"build:scss": "yarn workspace @patternfly/design-tokens build:scss",
"build:scss:core": "yarn build:scss -s '@mixin pf-v6-tokens'",
"build:plugin": "yarn workspace @patternfly/design-tokens build:plugin",
"start": "yarn build && concurrently --kill-others \"yarn workspace @patternfly/design-tokens docs:develop\"",
"serve:docs": "yarn workspace @patternfly/design-tokens docs:serve",
"clean": "yarn workspace @patternfly/design-tokens clean",
"lint:md": "yarn eslint packages --ext md --no-eslintrc --config .eslintrc-md.json --cache",
"lint": "yarn lint:md",
"test:a11y": "yarn workspace @patternfly/design-tokens test:a11y",
"serve:a11y": "yarn workspace @patternfly/design-tokens serve:a11y"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"concurrently": "^5.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.21.4",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "2.7.1",
"react": "^18",
"react-dom": "^18",
"serve": "^14.1.2",
"typescript": "^4.7.4"
}
}