-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 1.96 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 1.96 KB
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
{
"version": "1.0.9",
"license": "MIT",
"name": "styled-components-jsx",
"type": "module",
"author": {
"email": "freshcrowd@gmail.com",
"name": "Denis Orlov",
"url": "https://github.com/Cr0WD"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cr0WD/styled-components-jsx.git"
},
"keywords": [
"css",
"styling",
"babel-plugin-macros",
"styled-jsx",
"styled-components",
"css-in-js",
"react",
"reactjs",
"react-typescript",
"typescript"
],
"main": "./src/index.tsx",
"types": "./src/index.tsx",
"files": [
"src"
],
"scripts": {
"postinstall": "manypkg fix && manypkg check"
},
"prettier": {
"printWidth": 100,
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"useTabs": true,
"tabWidth": 4
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@types/react": "^19.2.14",
"@types/styled-jsx": "^3.0.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"styled-jsx": "^5.1.7"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/styled-jsx": {
"optional": true
}
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@manypkg/cli": "0.25.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/styled-jsx": "3.4.4",
"@typescript-eslint/eslint-plugin": "8.58.1",
"@typescript-eslint/parser": "8.58.1",
"eslint": "10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-security": "4.0.0",
"eslint-plugin-unicorn": "64.0.0",
"prettier": "3.8.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"styled-jsx": "^5.1.7",
"typescript": "6.0.2",
"typescript-eslint": "^8.58.1"
},
"packageManager": "yarn@1.22.22"
}