-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.32 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
{
"name": "abcd",
"version": "1.7.3",
"private": true,
"scripts": {
"dev": "NODE_ENV=development nodemon",
"build": "NODE_ENV=production next build ./src && tsc --project tsconfig.server.json",
"start": "NODE_ENV=production node ./build/src/server/index.js",
"lint": "eslint src --cache --ext .ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"test:unit": "NODE_ICU_DATA=node_modules/full-icu jest --detectOpenHandles --maxWorkers=2",
"apollo:generate": "rimraf src/types && apollo client:download-schema && gql-gen && apollo client:codegen src/types --target=typescript --outputFlat --no-addTypename",
"typecheck": "tsc --incremental",
"storybook": "start-storybook -s ./public",
"prepare": "husky install",
"pretty": "prettier --config .prettierrc src --write"
},
"dependencies": {
"@apollo/client": "^3.11.4",
"@next/env": "^14.2.5",
"@segment/consent-manager": "^5.8.1",
"@sentry/browser": "^8.25.0",
"@sentry/node": "^8.27.0",
"apollo-boost": "^0.4.9",
"base64url": "^3.0.1",
"cookie-parser": "^1.4.6",
"debounce-promise": "^3.1.2",
"dotenv": "^16.4.5",
"es6-promise": "^4.2.8",
"express": "^4.19.2",
"express-http-proxy": "^2.1.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"helmet": "^7.1.0",
"isomorphic-fetch": "^3.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"launchdarkly-node-server-sdk": "^7.0.4",
"launchdarkly-react-client-sdk": "^3.4.0",
"lodash": "^4.17.21",
"mockdate": "^3.0.5",
"moment": "^2.30.1",
"next": "^14.2.7",
"next-translate": "^2.6.2",
"nodejs-polynomial-regression": "^0.9.2",
"nookies": "^2.5.2",
"object-path": "^0.11.8",
"path": "^0.12.7",
"polished": "^4.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-modal": "^3.16.1",
"react-multi-carousel": "^2.8.5",
"react-number-format": "^5.4.0",
"react-select": "^5.8.0",
"react-spring": "^9.7.4",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"recharts": "^2.12.7",
"styled-components": "^6.1.13",
"styled-components-carousel": "^0.2.0",
"styled-dropdown-component": "^4.0.0",
"styled-tools": "^1.7.2",
"uuid": "^10.0.0"
},
"resolutions": {
"parse-url": "^8.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@storybook/addon-actions": "^8.2.8",
"@storybook/addon-knobs": "^8.0.1",
"@storybook/react": "^8.2.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/cookie": "^0.6.0",
"@types/cookie-parser": "^1.4.7",
"@types/debounce-promise": "^3.1.9",
"@types/express": "^4.17.21",
"@types/express-http-proxy": "^1.6.6",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/jwt-decode": "^3.1.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@types/react-select": "5.0.0",
"@types/recharts": "1.8.29",
"@types/segment-analytics": "^0.0.38",
"@types/styled-components": "^5.1.34",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.4.0",
"apollo": "^2.34.0",
"eslint": "^9.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"full-icu": "^1.5.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-each": "^29.7.0",
"jest-launchdarkly-mock": "^2.1.0",
"jest-styled-components": "^7.2.0",
"nodemon": "^3.1.4",
"prettier": "=3.3.3",
"react-docgen-typescript-loader": "^3.7.2",
"react-select-event": "^5.5.1",
"storybook": "^8.2.8",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
}
}