-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.27 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
{
"name": "dmsp_frontend_prototype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && graphql-codegen --config codegen.ts",
"start": "next start",
"lint": "next lint && npx eslint .",
"generate": "graphql-codegen --config codegen.ts",
"prepare": "husky",
"test": "jest --coverage",
"jest": "jest",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"@apollo/experimental-nextjs-app-support": "^0.11.2",
"@elastic/ecs-pino-format": "^1.5.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@remirror/pm": "^3.0.0",
"@remirror/react": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"classnames": "^2.5.1",
"elastic-apm-node": "^4.8.0",
"graphql": "^16.9.0",
"jose": "^5.6.2",
"loglevel": "^1.9.1",
"next": "^14.2.12",
"pino": "^7.0.0",
"pino-pretty": "^11.0.0",
"prop-types": "^15.8.1",
"react": "^18",
"react-aria-components": "^1.2.1",
"react-dom": "^18",
"remirror": "^3.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/jest-axe": "^3.5.9",
"@types/next": "^9.0.0",
"@types/node": "^20",
"@types/pino": "^7.0.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/sanitize-html": "^2.11.0",
"@types/testing-library__jest-dom": "^6.0.0",
"cypress": "^13.15.0",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"node-mocks-http": "^1.15.0",
"sanitize-html": "^2.13.1",
"sass": "^1.77.6",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}