-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 3.67 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
{
"name": "@block65/react-design-system",
"version": "1.0.0",
"private": false,
"license": "UNLICENSED",
"sideEffects": false,
"type": "module",
"imports": {
"#vars": {
"types": "./dist/lib/vars.d.ts",
"default": "./build/vars.js"
}
},
"exports": {
".": {
"types": "./dist/lib/main.d.ts",
"default": "./build/main.js"
},
"./hooks": {
"types": "./dist/lib/hooks/main.js",
"default": "./build/hooks.js"
},
"./css": "./build/style.css",
"./css/global": "./build/global.css",
"./scss/global": "./build/global.scss",
"./scss/capsize": {
"sass": "./lib/scss/capsize.scss"
},
"./vanilla-extract": {
"types": "./dist/lib/vars.d.ts",
"default": "./build/vars.js"
},
"./open-props": {
"types": "./dist/lib/generated/open-props-tokens.d.ts",
"default": "./dist/lib/generated/open-props-tokens.js"
}
},
"files": [
"dist/lib/**/*.d.ts",
"dist/lib/generated/*",
"lib/scss/**/*.scss",
"build/**/*"
],
"scripts": {
"prepare": "husky",
"preversion": "make test"
},
"dependencies": {
"@floating-ui/dom": "^1.6.8",
"@floating-ui/react": "^0.26.20",
"@floating-ui/react-dom": "^2.1.1",
"clsx": "^2.1.1",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@block65/bundlesize": "^1.0.1",
"@block65/eslint-config": "^12.0.1",
"@block65/mrr": "^6.0.0",
"@capsizecss/core": "^4.1.2",
"@capsizecss/metrics": "^3.2.0",
"@capsizecss/vanilla-extract": "^2.0.0",
"@commitlint/config-conventional": "^19.2.2",
"@emotion/hash": "^0.9.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@tsconfig/vite-react": "^3.0.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vanilla-extract/css": "^1.15.3",
"@vanilla-extract/css-utils": "^0.1.4",
"@vanilla-extract/dynamic": "^2.1.1",
"@vanilla-extract/sprinkles": "^1.6.2",
"@vanilla-extract/vite-plugin": "^4.0.13",
"@vitejs/plugin-react": "^4.3.1",
"change-case": "^5.4.4",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-formatjs": "^4.13.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"husky": "^9.1.2",
"jsdom": "^24.1.1",
"lorem-ipsum": "^2.0.8",
"open-props": "^1.7.5",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.6.8",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"the-new-css-reset": "^1.11.2",
"ts-morph": "^23.0.0",
"type-fest": "^4.23.0",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vitest": "^2.0.4"
},
"peerDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/css": "^1.15.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^6.6.8"
},
"peerDependenciesMeta": {
"react-intl": {
"optional": true
},
"@vanilla-extract/css": {
"optional": true
}
},
"packageManager": "[email protected]+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}