-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 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
{
"name": "@onyourmarks/webpack-boilerplate",
"version": "6.8.0",
"main": "app.ts",
"license": "MIT",
"config": {
"node": "22"
},
"scripts": {
"pre": "node webpack/pre-script.js",
"watch": "pnpm pre && webpack --watch --config webpack/webpack.config.ts --stats-children",
"build": "pnpm pre && NODE_ENV=prod webpack --mode production --config webpack/webpack.config.ts --stats-children",
"frontend-cs": "pnpm format && pnpm eslint && pnpm stylelint && pnpm svelte-check && pnpm typescript-check",
"eslint": "pnpm pre && eslint 'assets/**/*.{js,ts,svelte}' --cache",
"format": "pnpm pre && prettier --cache --write .",
"stylelint": "stylelint -f verbose --cache 'assets/**/*.{css,scss,svelte}'",
"svelte-check": "svelte-check --no-tsconfig",
"typescript-check": "tsc --noEmit",
"lint-staged": "lint-staged",
"prepare": "husky"
},
"dependencies": {
"@onyourmarks/outdated-browser-rework": "^3.0.0",
"bazinga-translator": "^6.1.0",
"dompurify": "^3.1.7",
"formbouncerjs": "^1.4.6",
"jump.js": "^1.0.2",
"normalize.css": "^8.0.1",
"svelte": "^4.2.19",
"swiper": "^11.1.14"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@onyourmarks/webpack-svg-plugin": "^4.0.0",
"@total-typescript/ts-reset": "^0.6.1",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/svelte": "^5.0.4",
"@types/bazinga-translator": "^3.0.2",
"@types/dompurify": "^3.0.5",
"@types/jump.js": "^1.0.6",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"browserslist": "^4.24.0",
"check-node-version": "^4.2.1",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.38.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.12.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-svelte": "^2.44.1",
"eslint-webpack-plugin": "^4.2.0",
"fsevents": "^2.3.3",
"globals": "^15.11.0",
"html-webpack-plugin": "^5.6.0",
"husky": "^9.1.6",
"intl-messageformat": "^10.6.0",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.3",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-svelte": "^3.2.7",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.7.0",
"stylelint-selector-bem-pattern": "^4.0.1",
"svelte-check": "^4.0.4",
"svelte-check-plugin": "^1.0.4",
"svelte-eslint-parser": "^0.41.1",
"svelte-loader": "^3.2.4",
"svelte-preprocess": "^6.0.3",
"svelte-preprocess-sass": "^2.0.1",
"svg-sprite-loader": "^6.0.11",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-extraneous-file-cleanup-plugin": "^2.0.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-notifier": "^1.15.0",
"webpack-retry-chunk-load-plugin": "^3.1.1"
},
"browserslist": {
"production": [
"> 1%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"modern": [
"last 1 version"
]
}
}