-
-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
168 lines (168 loc) · 6.28 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "datenanfragen-website",
"version": "1.0.0",
"private": true,
"description": "The Datenanfragen.de website. We want to help you exercise your rights under the GDPR.",
"keywords": [
"privacy",
"gdpr",
"eu-gdpr",
"hugo",
"pdf-generation",
"preact"
],
"repository": {
"type": "git",
"url": "git+https://github.com/datenanfragen/website.git"
},
"bugs": {
"url": "https://github.com/datenanfragen/website/issues"
},
"homepage": "https://www.datenanfragen.de",
"author": "The Datenanfragen.de project <[email protected]> (https://www.datenanfragen.de)",
"contributors": [
{
"name": "Benjamin Altpeter",
"email": "[email protected]",
"url": "https://benjamin-altpeter.de"
},
{
"name": "Lorenz Sieben",
"email": "[email protected]",
"url": "https://lorenz-sieben.com"
}
],
"license": "MIT",
"scripts": {
"build": "cross-env BABEL_ENV=production; webpack --mode=production --config webpack.prod.js",
"dev": "webpack --watch --mode=development --config webpack.dev.js",
"merge-conflict-artifact-check": "./scripts/merge-conflict-artifact-check.sh",
"lint": "yarn tsc && yarn eslint src --ext .json --ext .js --ext .jsx --ext .ts --ext .tsx && yarn stylelint assets/styles && git diff --check",
"fix": "yarn eslint src --ext .json --ext .js --fix && yarn stylelint assets/styles --fix",
"prettier": "prettier --write {src,scripts,cypress,assets}/**/*.{js,jsx,ts,tsx,css,scss,json}",
"deploy-dattel": "node deploy-dattel.js",
"postinstall": "patch-package",
"build-components-package": "yarn tsm scripts/build-components-package.ts",
"build-sample-letters": "node ./scripts/build-sample-letters/build.js"
},
"dependencies": {
"autocomplete.js": "^0.37.0",
"brutusin-json-forms": "https://github.com/brutusin/json-forms",
"deepmerge": "^4.2.2",
"fast-deep-equal": "^3.1.3",
"idb": "^7.0.2",
"immer": "^9.0.12",
"js-cookie": "^2.2.1",
"letter-generator": "^2.2.1",
"libphonenumber-js": "^1.7.23",
"localforage": "^1.7.1",
"pdfkit": "^0.12.1",
"preact": "^10.5.5",
"preact-i18n": "^2.3.0-preactx",
"prop-types": "^15.7.2",
"qrcode": "^1.4.4",
"react-instantsearch-dom": "^6.26.0",
"react-scrollspy": "^3.4.0",
"typesense": "^1.2.2",
"typesense-instantsearch-adapter": "^2.4.0",
"zustand": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.6.2",
"@cypress/skip-test": "^2.6.1",
"@this-dot/cypress-indexeddb": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-cookie": "^3.0.1",
"@types/preact-i18n": "^2.3.0-preactx",
"@types/qrcode": "^1.4.2",
"@types/react-instantsearch-dom": "^6.12.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-loader": "^8.0.6",
"carbone": "^3.2.3",
"cross-env": "^7.0.2",
"cssnano": "^5.0.12",
"cypress": "^12.8.1",
"cypress-wait-until": "^1.7.2",
"dattel-client": "^0.7.0",
"es-dirname": "^0.1.0",
"eslint": "^8.3.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-preact-i18n": "^1.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"husky": "^4.2.5",
"imagemin-lint-staged": "^0.4.0",
"lint-staged": ">=9.4.3",
"matcher": "^4.0.0",
"node-sass": "^7.0.0",
"patch-package": "^6.4.7",
"path": "^0.12.7",
"postcss": "^8.4.4",
"postcss-cli": "^9.1.0",
"postcss-fonticons": "^2.0.1",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.1",
"postcss-url": "^10.1.3",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.5.0",
"speed-measure-webpack-plugin": "^1.5.0",
"stylelint": "^14.1.0",
"stylelint-a11y": "^1.2.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.0.0",
"stylelint-use-nesting": "^3.0.0",
"svg-pathdata": "^5.0.2",
"svgicons2svgfont": "^9.1.1",
"svgo": "^1.3.0",
"terser-webpack-plugin": "^3.0.1",
"tsm": "^2.2.1",
"type-fest": "^2.12.2",
"typescript": "^4.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.5",
"webpack-merge": "^4.2.1",
"worker-loader": "^3.0.5",
"yesno": "^0.3.1"
},
"browserslist": [
"last 2 versions",
"> 5%"
],
"husky": {
"hooks": {
"pre-commit": "yarn merge-conflict-artifact-check && lint-staged && yarn tsc"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,scss,json}": "prettier --write",
"*.{js,jsx,ts,tsx,json}": "eslint --ext .json --ext .js --ext .jsx --ext .ts --ext .tsx",
"*.{css,scss}": "stylelint",
"*.{png,jpeg,jpg,gif,PNG,JPEG,JPG,GIF}": "imagemin-lint-staged",
"*.{svg,SVG}": "svgo --disable=removeViewBox,convertPathData"
}
}