forked from microsoft/griffel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 5.49 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "griffel-repository",
"version": "0.0.0",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/griffel"
},
"packageManager": "[email protected]",
"nano-staged": {
"**/*.{js,json,ts,tsx}": "prettier --write",
"**/*.{md}": "doctoc -u"
},
"simple-git-hooks": {
"pre-commit": "./node_modules/.bin/nano-staged"
},
"scripts": {
"build": "nx affected --target=build",
"change": "beachball change",
"check-dependencies": "syncpack list-mismatches --prod --peer",
"lint": "nx affected --target=lint",
"start": "nx run @griffel/website:serve",
"storybook": "nx run @griffel/react:storybook",
"test": "nx affected --target=test",
"type-check": "nx affected --target=type-check"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.12.13",
"@codesandbox/sandpack-react": "1.18.4",
"@codesandbox/sandpack-themes": "1.17.0",
"@docusaurus/core": "2.3.1",
"@docusaurus/module-type-aliases": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/theme-mermaid": "2.3.1",
"@emotion/css": "^11.9.0",
"@nrwl/cli": "15.3.3",
"@nrwl/eslint-plugin-nx": "15.3.3",
"@nrwl/jest": "15.3.3",
"@nrwl/js": "15.3.3",
"@nrwl/linter": "15.3.3",
"@nrwl/node": "15.3.3",
"@nrwl/react": "15.3.3",
"@nrwl/storybook": "15.3.3",
"@nrwl/web": "15.3.3",
"@nrwl/workspace": "15.3.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-essentials": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "13.4.0",
"@tsconfig/docusaurus": "^1.0.4",
"@types/babel__helper-module-imports": "7.18.0",
"@types/babel__helper-plugin-utils": "7.10.0",
"@types/chrome": "0.0.180",
"@types/classnames": "2.3.1",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/jest": "28.1.8",
"@types/js-beautify": "^1.13.3",
"@types/lz-string": "1.3.34",
"@types/mini-css-extract-plugin": "2.5.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"@types/stylis": "4.0.2",
"@types/tmp": "0.2.3",
"@types/webpack-env": "^1.17.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@uifabric/merge-styles": "7.19.1",
"babel-jest": "28.1.3",
"babel-loader": "8.1.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-tester": "11.0.0",
"beachball": "2.31.5",
"bestzip": "2.2.0",
"classnames": "2.3.2",
"css-loader": "^6.4.0",
"d3-scale-chromatic": "^3.0.0",
"doctoc": "2.2.1",
"esbuild": "^0.14.43",
"esbuild-plugin-alias": "^0.2.1",
"esbuild-plugin-import-glob": "^0.1.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"fela": "^12.2.0",
"fela-plugin-embedded": "^12.2.0",
"fela-plugin-expand-shorthand": "^12.2.0",
"fela-plugin-fallback-value": "^12.2.0",
"fela-plugin-prefixer": "^12.2.0",
"fela-plugin-rtl": "^12.2.0",
"highlight.js": "11.4.0",
"jest": "28.1.3",
"jest-chrome": "^0.7.2",
"jest-environment-jsdom": "28.1.1",
"js-beautify": "^1.14.0",
"log-symbols": "4.1.0",
"lz-string": "1.4.4",
"memfs": "3.4.12",
"mini-css-extract-plugin": "2.6.0",
"monosize": "0.0.9",
"monosize-storage-upstash": "0.0.8",
"nano-staged": "0.5.0",
"next": "12.2.4",
"nx": "15.3.3",
"prettier": "2.8.2",
"prism-react-renderer": "1.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fela": "12.2.0",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.0.0",
"simple-git-hooks": "2.7.0",
"styled-components": "^5.3.6",
"syncpack": "8.5.14",
"tmp": "0.2.1",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.1",
"typescript": "4.8.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0",
"yargs": "^17.5.1"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/generator": "^7.12.13",
"@babel/helper-module-imports": "^7.12.13",
"@babel/helper-plugin-utils": "^7.12.13",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.12.13",
"@emotion/hash": "^0.9.0",
"@linaria/babel-preset": "^3.0.0-beta.23",
"@linaria/shaker": "^3.0.0-beta.22",
"@swc/core": "^1.3.19",
"@typescript-eslint/utils": "^5.47.0",
"ajv": "^8.4.0",
"browserslist": "^4.19.1",
"csstype": "^3.0.10",
"enhanced-resolve": "^5.8.2",
"rtl-css-js": "^1.16.1",
"source-map-js": "1.0.2",
"stylis": "^4.0.13",
"tslib": "^2.1.0"
},
"resolutions": {
"@nrwl/[email protected]": "patch:@nrwl/js@npm:15.3.3#.yarn/patches/@nrwl-js-npm-15.3.3-5cbe4e2ef9.patch",
"@nrwl/[email protected]": "patch:@nrwl/rollup@npm:15.3.3#.yarn/patches/@nrwl-rollup-npm-15.3.3-2e996174b7.patch",
"[email protected]": "patch:beachball@npm:2.31.5#.yarn/patches/beachball-npm-2.31.5-0e84ec4233.patch",
"[email protected]": "patch:source-map-js@npm:1.0.2#.yarn/patches/source-map-js-npm-1.0.2-ee4f9f9b30.patch"
}
}