forked from datenanfragen/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.78 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
{
"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"
},
"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 eslint src --ext .json --ext .js && 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/**/*.{js,css,scss,json}",
"deploy-dattel": "node deploy-dattel.js"
},
"bugs": {
"url": "https://github.com/datenanfragen/website/issues"
},
"homepage": "https://www.datenanfragen.de",
"dependencies": {
"autocomplete.js": "^0.37.0",
"brutusin-json-forms": "https://github.com/brutusin/json-forms",
"js-cookie": "^2.2.1",
"letter-generator": "^1.0.0",
"libphonenumber-js": "^1.7.23",
"localforage": "^1.7.1",
"pdfkit": "^0.12.1",
"pdfmake": "^0.1.58",
"preact": "^10.5.5",
"preact-i18n": "^2.3.0-preactx",
"prop-types": "^15.7.2",
"qrcode": "^1.4.4",
"react-joyride": "^1.11.4",
"react-scrollspy": "^3.4.0",
"typesense": "^0.3.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@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/runtime": "^7.6.2",
"@cypress/skip-test": "^2.5.0",
"@percy/cypress": "^2.2.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"carbone": "^3.2.3",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"cypress": "^6.1.0",
"dattel-client": "^0.7.0",
"deepmerge": "^4.2.1",
"eslint": "^7.0.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-cypress": "^2.7.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-optimize-regex": "^1.1.6",
"eslint-plugin-preact-i18n": "^1.0.1",
"eslint-plugin-react": "^7.16.0",
"husky": "^4.2.5",
"imagemin-lint-staged": "^0.4.0",
"lint-staged": ">=9.4.3",
"matcher": "^4.0.0",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"postcss-cli": "^7.1.1",
"postcss-fonticons": "^1.2.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"speed-measure-webpack-plugin": "^1.3.1",
"stylelint": "^13.4.1",
"stylelint-a11y": "^1.2.1",
"stylelint-config-recommended-scss": "^4.0.0",
"stylelint-scss": "^3.10.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",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.5",
"webpack-merge": "^4.2.1",
"worker-loader": "^3.0.5"
},
"browserslist": [
"last 2 versions",
"> 5%"
],
"husky": {
"hooks": {
"pre-commit": "yarn merge-conflict-artifact-check && lint-staged"
}
},
"lint-staged": {
"*.{js,css,scss,json}": "prettier --write",
"*.{js,json}": "eslint --ext .json --ext .js",
"*.{css,scss}": "stylelint",
"*.{png,jpeg,jpg,gif,PNG,JPEG,JPG,GIF}": "imagemin-lint-staged",
"*.{svg,SVG}": "svgo --disable=removeViewBox,convertPathData"
}
}