-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
169 lines (169 loc) · 5.05 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "tenka",
"version": "0.1.31",
"author": "Ongki Herlambang <[email protected]>",
"license": "MIT",
"main": "dist/tenka.umd.js",
"module": "dist/tenka.es.js",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/tenka.es.js",
"require": "./dist/tenka.umd.js"
},
"./style.css": "./dist/style.css",
"./reset.css": "./dist/styles/reset.css",
"./tenka.css": "./dist/styles/tenka.css",
"./masbul.css": "./dist/styles/tenka.css"
},
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"rollup-build": "rm -rf dist && rollup -c",
"test": "jest src",
"test-watch": "jest src --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@dessert-box/react": "^0.7.5",
"@floating-ui/react": "^0.27.1",
"@react-types/shared": "^3.26.0",
"@react-types/tooltip": "^3.4.13",
"@vanilla-extract/recipes": "^0.5.5",
"clsx": "^1.1.1",
"dedent": "^1.5.3",
"lodash.foreach": "^4.5.0",
"lodash.has": "^4.5.2",
"lodash.includes": "^4.3.0",
"lodash.mapvalues": "^4.6.0",
"lodash.omit": "^4.5.0",
"lodash.some": "^4.6.0",
"polished": "^4.1.3",
"prop-types": "^15.7.2",
"react-aria": "^3.36.0",
"react-keyed-flatten-children": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@haensl/rollup-plugin-local-resolve": "^1.1.8",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@storybook/addon-actions": "^6.5.6",
"@storybook/addon-essentials": "^6.5.6",
"@storybook/addon-interactions": "^6.5.6",
"@storybook/addon-links": "^6.5.6",
"@storybook/builder-vite": "^0.1.35",
"@storybook/builder-webpack4": "^6.5.6",
"@storybook/manager-webpack4": "^6.5.6",
"@storybook/react": "^6.5.6",
"@storybook/testing-library": "^0.0.11",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^22.10.1",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vanilla-extract/css": "^1.7.0",
"@vanilla-extract/rollup-plugin": "^1.0.3",
"@vanilla-extract/sprinkles": "^1.4.1",
"@vanilla-extract/vite-plugin": "^4.0.18",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.5",
"babel-preset-react-app": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"jest-scss-transform": "^1.0.1",
"jest-stitches": "^1.0.4",
"jest-watch-typeahead": "^0.6.4",
"react": "^18.3.1",
"react-aria-components": "^1.5.0",
"react-dom": "^18.3.1",
"rollup": "^2.75.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy-assets": "^2.0.3",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.52.3",
"tenka": "^0.1.29",
"ts-jest": "^27.0.4",
"typescript": "^4.7.2",
"vite": "^5.3.1",
"vite-plugin-dts": "^1.2.0",
"vite-plugin-static-copy": "^0.5.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"jest": {
"roots": [
"<rootDir>/src"
],
"setupFilesAfterEnv": [
"<rootDir>/jest/mocks/jest.setup.js"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
"testEnvironment": "jsdom",
"transform": {
"^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.scss$": "jest-scss-transform",
"^.+\\.css$": "<rootDir>/jest/mocks/cssMock.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|cjs|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
],
"moduleNameMapper": {
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
},
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
],
"resetMocks": true
},
"babel": {
"env": {
"test": {
"presets": [
"react-app"
]
}
}
}
}