forked from d2iq/ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.6 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@dcos/ui-kit",
"version": "0.0.0-dev+semantically-released",
"description": "D2iQ UI Kit",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/d2iq/ui-kit"
},
"main": "dist/packages/index",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"build:storybook": "build-storybook -c .storybook -o storybook_static",
"prebuild:storybook": "npm run build:design-tokens && npm run build:svg",
"build:design-tokens": "node ./packages/design-tokens/scripts/build.js && npx tsc -p tsconfig.designTokens.json",
"build:design-token-docs": "FORMAT=docs npm run build:design-tokens",
"build:svg": "node ./packages/icons/scripts/build.js",
"clean": "rimraf dist",
"create:component": "./scripts/create-component",
"deploy:storybook": "storybook-to-ghpages",
"prestart": "npm run build:design-tokens && npm run build:svg",
"pretest": "npm run build:design-tokens && npm run build:svg",
"predist": "npm run clean && npm run build:design-tokens && npm run build:svg",
"dist": "tsc -p tsconfig.dist.json",
"dist:watch": "tsc --watch -p tsconfig.json",
"lint": "eslint --ext .tsx,.ts packages/",
"format": "prettier --write './**/*.{js,ts,tsx,html,md}'",
"setup:git-hooks": "./scripts/pre-install",
"start": "NODE_ENV=development npm run storybook --root ./ ",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test-storybook": "test-storybook",
"chromatic": "chromatic",
"prepare": "husky install",
"test:types": "tsc -p tsconfig.types.json"
},
"files": [
"dist",
"packages"
],
"typings": "dist/packages/index",
"dependencies": {
"@emotion/css": "11.10.5",
"@emotion/jest": "11.10.5",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@popperjs/core": "2.11.6",
"classnames": "2.3.2",
"copy-to-clipboard": "3.3.2",
"downshift": "6.1.12",
"react-detect-click-outside": "1.1.7",
"react-focus-lock": "2.9.1",
"react-id-generator": "3.0.2",
"react-popper": "2.3.0",
"react-tabs": "5.1.0",
"react-transition-group": "4.4.5",
"relative-luminance": "2.0.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.2",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/types": "7.20.2",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@mdx-js/react": "2.1.5",
"@storybook/addon-a11y": "6.5.13",
"@storybook/addon-essentials": "6.5.13",
"@storybook/addons": "6.5.13",
"@storybook/mdx2-csf": "0.0.3",
"@storybook/react": "6.5.13",
"@storybook/source-loader": "6.5.13",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/test-runner": "0.9.0",
"@storybook/theming": "6.5.13",
"@svgr/webpack": "5.5.0",
"@swc/core": "1.3.19",
"@swc/jest": "0.2.23",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.2.2",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-virtualized": "9.21.21",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"babel-loader": "8.2.5",
"chromatic": "6.11.4",
"commander": "9.4.1",
"concurrently": "7.5.0",
"csstype": "3.1.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.4",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.7",
"fork-ts-checker-webpack-plugin": "6.4.0",
"fs-extra": "10.1.0",
"http-server": "14.1.1",
"husky": "8.0.2",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"jest-runner-prettier": "1.0.0",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"semantic-release": "19.0.5",
"style-dictionary": "3.7.1",
"svg-inline-loader": "0.8.2",
"svgo": "2.8.0",
"svgstore": "3.0.1",
"tablemark": "3.0.0",
"typescript": "4.8.4",
"wait-on": "6.0.1",
"webpack": "4.46.0"
},
"engines": {
"node": "^16.16.0",
"npm": ">=8.15.0"
}
}