-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.81 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.81 KB
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
{
"name": "@sitegeist/conventional",
"version": "2.0.0",
"description": "Frontend toolchain for sitegeist TYPO3 projects",
"keywords": [],
"license": "MIT",
"author": "Simon Praetorius <praetorius@sitegeist.de>",
"contributors": [
"Clemens Kauczor <kauczor@sitegeist.de>",
"Lennart Järvinen <jaervinen@sitegeist.de>"
],
"repository": {
"type": "git",
"url": "https://github.com/sitegeist/conventional.git"
},
"homepage": "https://github.com/sitegeist/conventional#readme",
"bugs": "https://github.com/sitegeist/conventional/issues",
"main": "src/conventional.js",
"bin": "bin/conventional-cli.js",
"dependencies": {
"@babel/core": "^7",
"@babel/preset-env": "^7",
"@babel/preset-react": "^7.18.6",
"@indigotree/dart-sass-json-importer": "^0.2.0",
"autoprefixer": "^10",
"babel-eslint": "^10",
"babel-loader": "^8",
"browser-update": "^3",
"core-js": "^3",
"css-loader": "^6",
"css-minimizer-webpack-plugin": "3",
"glob-all": "^3.3.0",
"json5": "^2",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mini-css-extract-plugin": "^2",
"node-sass": "git+https://github.com/sitegeist/node-sass-mockup.git",
"node-sass-magic-importer": "^5.3.2",
"postcss": "^8",
"postcss-loader": "^6",
"purgecss-webpack-plugin": "^4.1.3",
"remove-files-webpack-plugin": "^1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.63.6",
"sass-loader": "^13",
"standard": "^16",
"standard-loader": "^7",
"stylelint": "^14",
"stylelint-config-sass-guidelines": "^9",
"stylelint-webpack-plugin": "^3",
"svg-sprite-loader": "^6",
"svg-spritemap-webpack-plugin": "^4",
"terser-webpack-plugin": "^5",
"ts-loader": "^9",
"typescript": "^4",
"webpack": "^5",
"webpack-remove-empty-scripts": "^0.8.1"
}
}