-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 Bytes
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
{
"name": "@stylexswc/eslint-config",
"version": "0.15.3",
"private": true,
"files": [
"library.js",
"next.js",
"react-internal.js"
],
"dependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.2",
"jsonc-eslint-parser": "^3.1.0"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@stylexjs/eslint-plugin": "^0.18.2",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"eslint-config-next": "^16.2.2",
"eslint-config-prettier": "^10.1.8",
"eslint-config-turbo": "^2.8.12",
"eslint-plugin-jest": "^29.15.0",
"globals": "^16.5.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.56.1"
},
"repository": "dwlad90/stylex-swc-plugin"
}