forked from TYPO3/TYPO3.Icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "@typo3/icons",
"description": "SVG icons for the TYPO3 CMS backend",
"version": "2.2.3",
"keywords": [
"TYPO3",
"Icons"
],
"homepage": "http://typo3.github.io/TYPO3.Icons/",
"author": "The TYPO3.Icons Authors (https://github.com/TYPO3/TYPO3.Icons/graphs/contributors)",
"contributors": [
{
"name": "TYPO3 CMS Core Team",
"url": "https://forge.typo3.org/projects/typo3cms-core"
},
{
"name": "The TYPO3 Community",
"url": "https://typo3.org/community/"
}
],
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/TYPO3/TYPO3.Icons.git"
},
"bugs": {
"url": "https://github.com/TYPO3/TYPO3.Icons/issues"
},
"license": "MIT",
"devDependencies": {
"deepmerge": "^4.2.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-svgmin": "^3.0.0",
"gulp-twig": "^1.2.0",
"http-server": "^0.12.3",
"js-yaml": "^4.1.0",
"node-sass": "^6.0.0",
"stylelint": "^13.13.1"
},
"dependencies": {
"npm": "^7.12.1"
},
"scripts": {
"site-serve": "http-server ./_site",
"site-refresh": "gulp icons && gulp site",
"site-build": "gulp site",
"icons-build": "gulp icons",
"version-build": "gulp version",
"stylelint": "stylelint assets/scss/*"
}
}