-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.82 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "tablekit",
"description": "TableCheck's Design System",
"license": "MIT",
"author": {
"name": "TableCheck Inc."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tablecheck/tablekit.git"
},
"scripts": {
"audit": "tablecheck-scripts auditjs",
"audit:ci": "tablecheck-scripts auditjs --ci",
"build": "lerna run build",
"build:storybook": "lerna run build --scope=stories",
"build:website": "lerna run build --scope=website",
"build:watch": "node ./watcher.mjs",
"coverage-summary": "tablecheck-scripts coverage-summary",
"format": "prettier -w -u *",
"postinstall": "husky install",
"lint": "tablecheck-scripts lint",
"precommit": "tablecheck-scripts precommit",
"prepare": "npm run build -- --ignore=stories --ignore=website",
"release:auto": "lerna publish -y",
"release:canary": "lerna publish --canary -y",
"start": "lerna run start --scope=stories",
"start:website": "lerna run start --scope=website",
"test": "tablecheck-scripts test --coverage --env=jsdom --passWithNoTests",
"test:watch": "tablecheck-scripts test --env=jsdom",
"tsc": "tablecheck-scripts tsc",
"update:figma": "lerna run update:figma --"
},
"dependencies": {
"@auto-it/all-contributors": "11.3.0",
"@auto-it/first-time-contributor": "11.3.0",
"@auto-it/npm": "11.3.0",
"@auto-it/released": "11.3.0",
"@auto-it/slack": "11.3.0",
"@bissolli/storybook-css-properties": "0.0.14",
"@brightlayer-ui/storybook-rtl-addon": "1.1.0",
"@carbon/icons-react": "11.17.0",
"@commitlint/cli": "19.3.0",
"@commitlint/config-lerna-scopes": "19.0.0",
"@tablecheck/babel-preset": "1.1.0",
"@tablecheck/eslint-config": "1.8.2",
"@tablecheck/scripts": "2.3.9",
"@types/enzyme": "3.10.12",
"@types/flushable": "1.0.1",
"@types/jest": "28.1.6",
"@types/lodash": "4.14.191",
"@types/raf-schd": "4.0.1",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-transition-group": "4.4.5",
"@types/uuid": "8.3.4",
"ast-types": "0.14.2",
"auditjs": "4.0.45",
"auto": "11.3.0",
"babel-eslint": "11.0.0-beta.2",
"babel-preset-razzle": "4.2.18",
"chokidar": "3.5.3",
"enum-for": "0.0.5",
"execa": "6.1.0",
"fs-extra": "11.1.0",
"husky": "8.0.3",
"lerna": "8.1.3",
"lodash": "4.17.21",
"mockdate": "3.0.5",
"prettier": "2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5"
},
"devDependencies": {
"chalk": "5.2.0",
"chromatic": "11.18.1"
},
"workspaces": [
"system/*"
],
"version": "",
"bugs": {
"url": "https://github.com/tablecheck/tablekit/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/tablecheck/tablekit#readme",
"_id": "tablekit@"
}