-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
79 lines (79 loc) · 2.68 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
{
"name": "@gen3/commons-portal-app-base",
"version": "0.10.67",
"private": "true",
"engines": {
"npm": ">=10.2.3",
"node": ">=20.11.0"
},
"scripts": {
"lint": "next lint",
"dev": "next dev",
"build": "next build",
"start": "next start",
"setupCommons": "npm run buildColors && npm run getSchema && npm run getDRSToHostname",
"build:colors": "node ./node_modules/@gen3/toolsff/dist/buildColors.esm.js --themeFile=config/$npm_config_commons/colors.json --out=config/$npm_config_commons",
"build:icons": "node ./node_modules/@gen3/toolsff/dist/bundleIcons.esm.js --inpath=config/icons --outpath=config/icons",
"getSchema": "node ./node_modules/@gen3/toolsff/dist/getSchema.esm.js --out=config/",
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
},
"dependencies": {
"@fontsource/montserrat": "^5.0.19",
"@fontsource/poppins": "^5.0.15",
"@fontsource/source-sans-pro": "^5.0.8",
"jsonpath-plus": "^10.2.0",
"@gen3/core": "^0.10.67",
"@gen3/frontend": "^0.10.67",
"@grafana/faro-react": "^1.9.1",
"@grafana/faro-web-sdk": "^1.9.1",
"@grafana/faro-web-tracing": "^1.9.1",
"idb": "^8.0.0",
"@mantine/core": "^7.13.3",
"@mantine/form": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.3",
"@mantine/dates": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.2.15",
"cookies-next": "^4.3.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@axe-core/react": "^4.10.0",
"@gen3/toolsff": "^0.10.67",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/mdx": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "^14.2.15",
"postcss": "^8.4.29",
"postcss-import": "^16.1.0",
"postcss-loader": "^7.3.2",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^8.4.2",
"postcss-preset-mantine": "^1.17.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.6.2"
}
}