-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 4.56 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
{
"name": "mordech-projects",
"private": true,
"scripts": {
"publish-packages": "lerna publish --conventional-commits --no-private",
"postinstall": "nx run-many --target=prepare --all --parallel --maxParallel=10"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
"@figma/plugin-typings": "^1.95.0",
"@mordech/react-components": "*",
"@mordech/storybook-toggle-theme-addon": "*",
"@mordech/tokens": "*",
"@mordech/vite-lit-loader": "*",
"@mordech/web-components": "*",
"@nx/devkit": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/node": "19.3.0",
"@nx/plugin": "19.3.0",
"@nx/react": "19.3.0",
"@nx/rollup": "19.3.0",
"@nx/storybook": "19.3.0",
"@nx/vite": "19.3.0",
"@nx/workspace": "19.3.0",
"@storybook/addon-docs": "7.6.6",
"@storybook/addon-essentials": "7.6.6",
"@storybook/addon-mdx-gfm": "7.6.6",
"@storybook/addons": "^7.6.6",
"@storybook/builder-vite": "^7.6.6",
"@storybook/core-common": "^7.6.6",
"@storybook/core-server": "7.6.6",
"@storybook/react": "7.6.6",
"@storybook/react-vite": "7.6.6",
"@storybook/theming": "^7.6.6",
"@storybook/web-components": "^7.6.6",
"@storybook/web-components-vite": "^7.6.6",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "15.0.6",
"@types/color": "^3.0.6",
"@types/jest": "29.5.11",
"@types/jest-axe": "^3.5.9",
"@types/mixpanel-browser": "^2.48.1",
"@types/node": "18.19.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"@types/styled-components": "5.1.34",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"babel-plugin-styled-components": "2.0.7",
"color": "^4.2.3",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"esbuild": "0.19.11",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.15",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest-axe": "^8.0.0",
"jest-styled-components": "^7.2.0",
"jsonc-eslint-parser": "^2.4.0",
"lerna": "^8.1.8",
"lit-analyzer": "^2.0.2",
"loki": "^0.35.0",
"nodemon": "^3.0.2",
"npm-run-all": "^4.1.5",
"nx": "19.3.0",
"postcss": "8.4.38",
"postcss-lit": "^1.1.1",
"postcss-styled-syntax": "^0.6.1",
"prettier": "^3.1.1",
"rollup": "^4.9.2",
"sass": "^1.69.6",
"stylelint": "^16.1.0",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"ts-lit-plugin": "^2.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "5.4.5",
"vite": "5.0.10",
"vite-plugin-dts": "3.7.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-singlefile": "^0.13.5",
"vite-tsconfig-paths": "4.2.3",
"vitest": "1.6.0",
"web-ext": "^7.9.0",
"webextension-polyfill": "^0.10.0"
},
"dependencies": {
"@lit/react": "^1.0.5",
"@material/material-color-utilities": "^0.2.7",
"@swc/helpers": "0.5.11",
"cheerio": "1.0.0-rc.12",
"jsdom": "23.0.1",
"lit": "^3.1.0",
"lit-html": "^3.1.0",
"mixpanel-browser": "^2.53.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-markdown": "^9.0.1",
"styled-components": "^6.1.6"
},
"workspaces": [
"packages/*",
"apps/*"
],
"loki": {
"diffingEngine": "looks-same",
"looks-same": {
"ignoreAntialiasing": true,
"antialiasingTolerance": 3
},
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
},
"chrome.iphone7": {
"target": "chrome.docker",
"preset": "iPhone 7"
}
}
},
"packageManager": "[email protected]"
}