-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
144 lines (144 loc) · 4.95 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "hdbt",
"version": "1.1.0",
"description": "Webpack configuration for hdbt Drupal 9 theme",
"author": "Druid",
"license": "MIT",
"repository": "github:City-of-Helsinki/drupal-hdbt",
"scripts": {
"dev": "webpack --progress --mode=development --config webpack.config.js --watch",
"build": "webpack --progress --mode=production --config webpack.config.js",
"preinstall": "npx update-browserslist-db@latest",
"lint": "lint-staged --allow-empty",
"lint:js": "eslint src/",
"format:js": "eslint --fix src/",
"full-reference": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config full reference",
"full-test": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config full test",
"full-approve": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config full approve",
"fast-reference": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config fast reference",
"fast-test": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config fast test",
"fast-approve": "./node_modules/.bin/dotenvx run -- node backstop/backstop_dynamic_config fast approve",
"prepare": "husky"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.15.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@react-aria/visually-hidden": "^3.8.0",
"@sentry/react": "^8.33.0",
"@sideway/address": "^5.0.0",
"@sideway/formula": "^3.0.0",
"@sideway/pinpoint": "^2.0.0",
"breakpoint-sass": "^3.0.0",
"chokidar": "^4.0.0",
"classnames": "^2.3.1",
"focus-trap": "^7.5.4",
"glob": "^11.0.0",
"hds-design-tokens": "^3.3.0",
"hds-react": "^3.3.0",
"html-react-parser": "^5.0.11",
"husky": "^9.0.0",
"hyphenopoly": "^6.0.0",
"jotai": "^2.6.0",
"luxon": "^3.3.0",
"md5": "^2.3.0",
"mustache": "^4.2.0",
"normalize.css": "^8.0.1",
"postcss-cli": "^11.0.0",
"postcss-easy-import": "^4.0.0",
"postcss-import": "^16.0.0",
"postcss-import-ext-glob": "^2.0.1",
"postcss-loader": "^8.0.0",
"postcss-nested": "^6.0.0",
"postcss-nesting": "^13.0.0",
"postcss-scss": "^4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-popper": "^2.2.5",
"readable-stream": "^4.5.1",
"sass": "^1.43.4",
"stream-browserify": "^3.0.0",
"swr": "2.2.5"
},
"lint-staged": {
"src/scss/**/*.scss": [
"postcss *.scss --syntax postcss-scss --use css-declaration-sorter --replace --no-map"
],
"src/js/**/*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"browserslist": [
"last 3 major versions",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^8.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/luxon": "^3.0.1",
"@types/node": "^20.0.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^9.0.0",
"babel-preset-react": "^6.5.0",
"backstopjs": "^6.2.2",
"copy-webpack-plugin": "^12.0.0",
"crypto-browserify": "^3.12.0",
"css-declaration-sorter": "^7.0.3",
"css-loader": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-webpack": "0.13.9",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^5.0.0",
"expose-loader": "^5.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.3.2",
"husky": ">=4",
"lint-staged": "^15.0.0",
"mini-css-extract-plugin": "^2.0.0",
"postcss": "^8.4.27",
"postcss-preset-env": "^10.0.0",
"pre-commit": "^1.2.2",
"prettier": "^3.0.1",
"process": "^0.11.10",
"sass-loader": "^14.0.0",
"stylelint": "^16.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-high-performance-animation": "^1.9.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"svg-inline-loader": "^0.8.0",
"svg-sprite": "https://github.com/svg-sprite/svg-sprite/archive/refs/tags/v3.0.0-beta3.tar.gz",
"ts-loader": "^9.4.2",
"typescript": "^5.1.6",
"webpack": "^5.56.2",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.0",
"webpack-notifier": "^1.14.0",
"webpack-remove-empty-scripts": "^1.0.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coveragePathIgnorePatterns": [
"node_modules",
"<rootDir>/src/index.tsx",
"<rootDir>/src/enum/*",
"<rootDir>/src/types/*"
]
}
}