-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 5.02 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 5.02 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
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
{
"name": "@gooddata/sdk-ui-pivot",
"version": "11.32.0-alpha.1",
"description": "GoodData.UI SDK - Pivot Table",
"license": "MIT",
"author": "GoodData Corporation",
"repository": {
"type": "git",
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
"directory": "libs/sdk-ui-pivot"
},
"files": [
"esm/**/*.js",
"esm/**/*.json",
"esm/**/*.d.ts",
"esm/**/*.map",
"esm/**/*.svg",
"styles"
],
"type": "module",
"sideEffects": [
"*.css",
"*.svg"
],
"browser": "./esm/index.js",
"types": "./esm/index.d.ts",
"exports": {
".": "./esm/index.js",
"./next": "./esm/next/index.js",
"./styles/css/*": "./styles/css/*",
"./styles/scss/*": "./styles/scss/*",
"./internal-tests/CorePivotTableAgImpl": "./esm/CorePivotTable.js"
},
"scripts": {
"_phase:build": "npm run build",
"_phase:test": "npm run test-once",
"_phase:validate": "npm run validate",
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
"build": "bash scripts/build.sh",
"build-check": "tsgo",
"build-ts": "tsgo -p tsconfig.build.json",
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
"format-check": "oxfmt --check .",
"format-write": "oxfmt .",
"lint": "oxlint . --type-aware --quiet && eslint .",
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix",
"scss": "sass --quiet-deps --load-path=node_modules --load-path=node_modules/fixed-data-table-2/dist styles/scss:styles/css",
"stylelint": "stylelint '**/*.scss'",
"stylelint-fix": "stylelint '**/*.scss' --fix",
"test": "vitest watch",
"test-once": "vitest run",
"validate": "npm run lint && npm run dep-cruiser && npm run stylelint && npm run validate-locales && npm run format-check && npm run validate-theming",
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-pivot\"'",
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
"validate-theming": "npm run scss && node scripts/validateCss.js"
},
"dependencies": {
"@gooddata/number-formatter": "^1.0.6",
"@gooddata/sdk-backend-spi": "workspace:*",
"@gooddata/sdk-model": "workspace:*",
"@gooddata/sdk-ui": "workspace:*",
"@gooddata/sdk-ui-kit": "workspace:*",
"@gooddata/sdk-ui-theme-provider": "workspace:*",
"@gooddata/sdk-ui-vis-commons": "workspace:*",
"ag-grid-community": "35.1.0",
"ag-grid-enterprise": "35.1.0",
"ag-grid-react": "35.1.0",
"classnames": "2.5.1",
"fixed-data-table-2": "2.0.22",
"lodash-es": "^4.17.23",
"react-intl": "7.1.11",
"ts-invariant": "0.10.3",
"tslib": "2.8.1",
"uuid": "11.1.0"
},
"devDependencies": {
"@gooddata/eslint-config": "workspace:*",
"@gooddata/oxlint-config": "workspace:*",
"@gooddata/reference-workspace": "workspace:*",
"@gooddata/sdk-backend-base": "workspace:*",
"@gooddata/sdk-backend-mockingbird": "workspace:*",
"@gooddata/stylelint-config": "workspace:*",
"@microsoft/api-documenter": "^7.17.0",
"@microsoft/api-extractor": "^7.55.2",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "24.12.0",
"@types/raf": "^3.4.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@typescript-eslint/eslint-plugin": "8.58.0",
"@typescript-eslint/parser": "8.58.0",
"@typescript/native-preview": "7.0.0-dev.20260202.1",
"@vitest/eslint-plugin": "1.6.6",
"dependency-cruiser": "17.3.10",
"eslint": "^9.39.2",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-headers": "1.3.3",
"eslint-plugin-import-esm": "1.2.1",
"eslint-plugin-import-x": "4.16.1",
"eslint-plugin-jsdoc": "62.1.0",
"eslint-plugin-no-barrel-files": "1.2.2",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-sonarjs": "3.0.6",
"full-icu": "^1.3.0",
"happy-dom": "18.0.1",
"npm-run-all": "^4.1.5",
"oxfmt": "0.45.0",
"oxlint": "^1.43.0",
"oxlint-tsgolint": "0.11.4",
"raf": "3.4.1",
"react": "19.1.1",
"react-dom": "19.1.1",
"sass": "1.70.0",
"stylelint": "^16.26.1",
"typescript": "5.9.3",
"vitest": "4.1.0",
"vitest-dom": "0.1.1"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
}
}