-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
129 lines (129 loc) · 4.04 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": "ui-claim-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "./node_modules/next/dist/bin/next build",
"start": "node -r ./server-preload.js ./node_modules/next/dist/bin/next start -p 8080",
"typecheck": "tsc -p .",
"test": "jest --ci --coverage",
"test:update-snapshots": "jest -u",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"storybook": "start-storybook -s ./public:/ -p 6006",
"build-storybook": "build-storybook -s public:/",
"chromatic": "npx chromatic --project-token $CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"applicationinsights": "^2.1.8",
"bootstrap": "^4.6.0",
"luxon": "^2.5.2",
"next": "^12.1.0",
"pino": "^6.11.3",
"pino-applicationinsights": "^2.1.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-dom": "^17.0.2",
"uuid": "^8.3.2"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
},
"testPathIgnorePatterns": [
"<rootDir>/.next/",
"<rootDir>/node_modules/"
],
"setupFilesAfterEnv": [
"<rootDir>/tests/jest-setup.ts",
"<rootDir>/tests/jest-i18n.ts"
]
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@storybook/addon-a11y": "^6.3.7",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/addons": "^6.3.7",
"@storybook/preset-scss": "^1.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.3.7",
"@storybook/theming": "^6.3.7",
"@testing-library/dom": "^7.30.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^27.0.3",
"@types/luxon": "^2.0.0",
"@types/node": "^14.14.33",
"@types/pem": "^1.9.5",
"@types/pino": "^6.3.11",
"@types/pumpify": "^1.4.1",
"@types/react": "^17.0.3",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"chromatic": "^6.0.5",
"css-loader": "^5.2.0",
"eslint": "^7.22.0",
"eslint-config-nava": "^9.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-jest-dom": "^3.6.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-testing-library": "^3.10.2",
"file-loader": "^6.2.0",
"husky": "4",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "^10.5.4",
"mocked-env": "^1.3.4",
"next-i18next": "^8.1.2",
"node-noop": "^1.0.0",
"pino-pretty": "^4.8.0",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"storybook": "^6.3.7",
"storybook-addon-i18next": "^1.3.0",
"storybook-addon-next-router": "^3.0.7",
"style-loader": "^2.0.0",
"typescript": "^4.3.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"resolutions": {
"**/trim": "^1.0.0",
"**/prismjs": "^1.24.0",
"**/glob-parent": "^5.1.2",
"**/browserslist": "^4.16.5",
"storybook-addon-i18next/react-i18next": "^11.8.8",
"**/immer": "^9.0.6",
"**/axios": "^0.21.2",
"**/highlight.js": "^10.4.1",
"**/set-value": "^4.0.1",
"**/ansi-regex": "^5.0.1",
"**/applicationinsights": "^2.1.8",
"ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
}
}