-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "tw-styled",
"type": "module",
"version": "3.0.0",
"author": {
"name": "zhangyu1818",
"email": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/zhangyu1818/tw-styled",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./create": {
"types": "./dist/styled.d.ts",
"import": "./dist/styled.js"
}
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"optionalDependencies": {
"tailwind-merge": "^2.2.0"
},
"devDependencies": {
"@swc/core": "^1.3.104",
"@swc/jest": "^0.2.30",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.48",
"@zhangyu1818/eslint-config": "^1.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"tailwind-merge": "^2.2.0",
"typescript": "^5.3.3"
}
}