forked from brave/ads-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.56 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.56 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
{
"name": "ads-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "3.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource/inter": "5.2.8",
"@fontsource/mulish": "5.2.8",
"@fontsource/poppins": "5.2.7",
"@graphql-typed-document-node/core": "3.2.0",
"@jonkoops/matomo-tracker-react": "0.7.0",
"@mui/icons-material": "7.3.6",
"@mui/material": "7.3.6",
"@mui/x-data-grid": "8.23.0",
"@mui/x-date-pickers": "8.23.0",
"bignumber.js": "9.3.1",
"dayjs": "1.11.19",
"formik": "2.4.9",
"graphql": "16.12.0",
"highcharts": "12.4.0",
"highcharts-react-official": "3.2.3",
"immer": "11.1.3",
"lodash": "4.17.23",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "5.3.4",
"react-window": "2.2.3",
"swr": "2.3.8",
"yup": "1.7.1"
},
"scripts": {
"start": "vite",
"build": "NODE_OPTIONS='--max-old-space-size=4096' vite build",
"preview": "vite preview --port 8080",
"test": "vitest",
"codegen": "graphql-codegen",
"codegen:watch": "graphql-codegen --watch",
"format": "prettier --write .",
"check:compile": "tsc",
"check:format": "prettier --check .",
"check:audit": "pnpm audit",
"check:knip": "knip",
"check:lint": "eslint src",
"check": "pnpm run /^check:.*/",
"prepare": "husky",
"lint:fix": "eslint --fix src"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@graphql-codegen/cli": "6.1.0",
"@graphql-codegen/client-preset": "5.2.2",
"@graphql-codegen/introspection": "5.0.0",
"@graphql-eslint/eslint-plugin": "4.4.0",
"@parcel/watcher": "2.5.1",
"@types/lodash": "4.17.21",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-basic-ssl": "2.1.0",
"@vitejs/plugin-react": "5.1.2",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"husky": "9.1.7",
"knip": "5.78.0",
"lint-staged": "16.2.7",
"prettier": "3.7.4",
"typescript": "5.9.3",
"typescript-eslint": "8.51.0",
"vite": "7.3.0",
"vite-plugin-checker": "0.12.0",
"vite-tsconfig-paths": "6.0.3",
"vitest": "4.0.16"
},
"engines": {
"node": ">=20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=9"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint"
]
},
"pnpm": {
"overrides": {
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"dset@<3.1.4": ">=3.1.4",
"path-to-regexp@>=0.2.0 <1.9.0": "^1.9.0",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "^3.3.8",
"esbuild@<=0.24.2": ">=0.25.0",
"@babel/helpers@<7.26.10": ">=7.26.10",
"@babel/runtime@<7.26.10": ">=7.26.10",
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2",
"tmp@<=0.2.3": ">=0.2.4",
"js-yaml@<4.1.1": ">=4.1.1",
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
},
"onlyBuiltDependencies": [
"esbuild",
"oxc-resolver"
]
},
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
}