-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 3.05 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
{
"name": "@trimble-oss/modus-icons",
"version": "1.15.0",
"description": "This is the central repository for all icons used in our web products",
"author": "Trimble",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"homepage": "https://modus-icons.trimble.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/trimble-oss/modus-icons.git"
},
"bugs": {
"url": "https://github.com/trimble-oss/modus-icons/issues"
},
"keywords": [
"svg"
],
"scripts": {
"build": "node build/build.js && cd app-components && node build-components.js && cd ..",
"build:app": "cd app-components && node build-components.js && cd ..",
"build:version": "node build/build-versioner",
"bump:version": "node build/bump-version",
"start": "npm run docs:serve",
"docs:serve": "npx hugo server --port 4000 --disableFastRender --logLevel info",
"docs:build": "npx hugo --cleanDestinationDir",
"install:components": "cd app-components && npm install && cd ..",
"prettier": "prettier --write ./*.{scss,js,json,md,yml} icons/**/*.svg",
"test:eslint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --report-unused-disable-directives .",
"test:htmlhint": "htmlhint docs/**/*.html",
"test:stylelint": "stylelint ./**/*.scss --fix --cache --cache-location node_modules/.cache/.stylelintcache --rd",
"test:lockfile-lint": "lockfile-lint --empty-hostname false --type npm --path package-lock.json",
"test": "npm-run-all prettier docs:build --parallel --aggregate-output --continue-on-error test:*"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "6.0.0",
"@prettier/plugin-xml": "3.4.1",
"@trimble-oss/modus-bootstrap": "2.0.7",
"autoprefixer": "10.4.20",
"bootstrap": "5.3.3",
"clipboard": "2.0.11",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"file-type": "3.9.0",
"fs-extra": "11.2.0",
"handlebars": "4.7.8",
"htmlhint": "1.1.4",
"hugo-bin": "0.135.0",
"icon-font-generator": "2.1.11",
"lockfile-lint": "4.14.0",
"lodash": "4.17.21",
"make-dir-cli": "3.1.0",
"mkdirp": "0.5.6",
"mocha": "10.2.0",
"normalize-svg-coords": "1.0.9",
"npm-run-all": "4.1.5",
"picocolors": "1.1.1",
"popper.js": "1.16.1",
"postcss": "8.4.47",
"postcss-cli": "11.0.0",
"prettier": "3.3.3",
"q": "1.5.1",
"read-chunk": "3.2.0",
"rename-cli": "7.0.2",
"sass": "1.79.1",
"shx": "0.3.4",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"svg-sprite": "3.0.0-rc1",
"svg2ttf": "6.0.3",
"svgexport": "0.4.2",
"svgicons2svgfont": "5.0.2",
"svgo": "3.2.0",
"ttf2eot": "2.0.0",
"ttf2woff": "2.0.2",
"ttf2woff2": "5.0.0",
"underscore": "1.13.7",
"url-join": "1.1.0"
},
"files": [
"dist",
"LICENSE.md",
"README.md",
"!.DS_Store",
"!**/fonts/*.html",
"!**/fonts/*.svg",
"!**/fonts/*.ttf"
],
"hugo-bin": {
"buildTags": "extended"
},
"volta": {
"node": "18.20.4"
}
}