-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
95 lines (95 loc) · 3.21 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
{
"name": "dataportal-web",
"version": "4.4.6-beta",
"private": true,
"scripts": {
"postinstall": "husky install",
"dev": "react-env --env local -- next dev",
"build": "next build",
"start": "react-env --env local -- next start",
"check-types": "tsc --noemit",
"lint": "yarn check-types && next lint",
"graphql:introspect": "apollo service:download graphql/schema.json",
"graphql:generate": "apollo codegen:generate --addTypename --target=typescript --globalTypesFile=\"graphql/__generated__/globalTypes.ts\"",
"graphql": "yarn graphql:introspect && yarn graphql:generate",
"image": "docker build . -t dataportal-web",
"codegen": "react-env --env local -- graphql-codegen --config codegen.ts"
},
"dependencies": {
"@alfalab/winston3-logstash-transport": "^1.3.0",
"@apollo/client": "^3.6.9",
"@beam-australia/react-env": "^3.1.1",
"@entryscape/entrystore-js": "^4.14.3",
"@types/node-fetch": "^2.6.2",
"@types/swagger-ui-react": "^4.11.0",
"class-variance-authority": "^0.7.0",
"fetch-enhanced": "^8.1.1",
"focus-trap": "^7.6.0",
"focus-trap-react": "^10.0.0",
"graphql": "16.8.1",
"html-react-parser": "^5.0.11",
"https-proxy-agent": "^5.0.1",
"meilisearch": "^0.27.0",
"next": "13.5.1",
"next-absolute-url": "^1.2.2",
"next-translate": "^2.6.2",
"node-fetch": "^3.2.10",
"prismjs": "^1.29.0",
"qss": "^2.0.3",
"react": "18.2.0",
"react-children-utilities": "^2.8.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-player": "^2.14.1",
"react-vis": "^1.11.7",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.33.0",
"swagger-ui-react": "4.14.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/fragment-matcher": "^5.0.0",
"@graphql-codegen/import-types-preset": "^3.0.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.7.16",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-truncate": "^2.3.7",
"@types/react-vis": "^1.11.14",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"apollo": "^2.34.0",
"autoprefixer": "^10.4.16",
"cy-verify-downloads": "^0.2.4",
"cypress": "^13.12.0",
"eslint": "8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"next-translate-plugin": "^2.6.2",
"postcss": "^8.4.32",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.56.1",
"tailwindcss": "^3.4.14",
"typescript": "5.3.3"
},
"engines": {
"npm": ">=8.1.2",
"node": ">=18"
},
"packageManager": "[email protected]"
}