generated from gravity-ui/package-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
155 lines (155 loc) · 4.6 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
{
"name": "@gravity-ui/table",
"version": "1.8.0",
"description": "",
"license": "MIT",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/esm/index.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"build"
],
"exports": {
".": {
"types": "./build/esm/index.d.ts",
"require": "./build/cjs/index.js",
"import": "./build/esm/index.js"
},
"./tanstack": {
"types": "./build/esm/tanstack.d.ts",
"require": "./build/cjs/tanstack.js",
"import": "./build/esm/tanstack.js"
},
"./tanstack-virtual": {
"types": "./build/esm/tanstack-virtual.d.ts",
"require": "./build/cjs/tanstack-virtual.js",
"import": "./build/esm/tanstack-virtual.js"
}
},
"typesVersions": {
"*": {
"index.d.ts": [
"./build/esm/index.d.ts"
],
"tanstack": [
"./build/esm/tanstack.d.ts"
],
"tanstack-virtual": [
"./build/esm/tanstack-virtual.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/gravity-ui/table"
},
"bugs": {
"url": "https://github.com/gravity-ui/table/issues"
},
"homepage": "https://github.com/gravity-ui/table#readme",
"scripts": {
"build": "gulp",
"build-storybook": "storybook build -c .storybook -o storybook-static",
"clean": "gulp clean",
"lint": "run-p lint:*",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives .",
"lint:js:fix": "npm run lint:js -- --fix",
"lint:prettier": "prettier --check '**/*.{md,yaml,yml,json}'",
"lint:prettier:fix": "prettier --write '**/*.{md,yaml,yml,json}'",
"lint:styles": "stylelint 'src/**/*.scss' --report-needless-disables",
"lint:styles:fix": "npm run lint:styles -- --fix",
"prepare": "husky",
"prepublishOnly": "npm run build",
"start": "storybook dev -p 6006",
"test": "jest --passWithNoTests",
"test-storybook": "test-storybook",
"test:coverage": "jest --coverage",
"test:watch": "jest --watchAll",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bem-react/classname": "^1.6.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.11.2"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@gravity-ui/eslint-config": "^3.3.0",
"@gravity-ui/gulp-utils": "^1.0.0",
"@gravity-ui/i18n": "^1.7.0",
"@gravity-ui/icons": "^2.12.0",
"@gravity-ui/prettier-config": "^1.1.0",
"@gravity-ui/stylelint-config": "^4.0.1",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^6.41.0",
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-styling-webpack": "^1.0.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^8.5.0",
"@storybook/react-webpack5": "^8.5.0",
"@storybook/test-runner": "^0.21.0",
"@storybook/testing-library": "^0.2.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/jest-image-snapshot": "^6.4.0",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"eslint": "^8.57.1",
"eslint-plugin-testing-library": "^6.5.0",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-sass": "^6.0.0",
"gulp-sourcemaps": "^3.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-image-snapshot": "^6.4.0",
"jest-transform-css": "^6.0.2",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"sass": "^1.83.4",
"storybook": "^8.5.0",
"stylelint": "^15.11.0",
"stylelint-use-logical": "^2.1.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@dnd-kit/core": "^6.0.0",
"@dnd-kit/sortable": "^8.0.0 || ^9.0.0 || ^10.0.0",
"@gravity-ui/i18n": "^1.0.0",
"@gravity-ui/icons": "^2.0.0",
"@gravity-ui/uikit": "^6.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"nano-staged": {
"*.{scss}": [
"stylelint --fix --quiet"
],
"*.{js,jsx,ts,tsx}": [
"eslint --fix --quiet"
],
"*.{json,md,mdx,yaml,yml}": [
"prettier --write"
]
}
}