-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.31 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.31 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
{
"name": "@mattermost/compass-icons",
"version": "0.1.58",
"private": true,
"description": "",
"main": "build/css/compass-icons.css",
"scripts": {
"start": "npm run build",
"clean": "rm -rf config.json build .fontello-session fontello* node_modules",
"build": "run-s build:data build:prettify build:typescript build:font",
"build:data": "node -r esm generate-data.js",
"build:prettify": "npx prettier --write .",
"build:font": "fontello-cli --css ./build/css --font ./build/font install",
"build:typescript": "tsc",
"open": "run-s build:data open:font",
"open:font": "fontello-cli open"
},
"keywords": [
"mattermost",
"compass",
"icons"
],
"author": "Mattermost",
"license": "MIT",
"devDependencies": {
"@types/react": "17.0.39",
"eslint-config-prettier": "8.4.0",
"esm": "3.2.25",
"fontello-batch-cli": "4.0.0",
"fontello-cli": "0.6.2",
"fs-extra": "10.0.1",
"lodash": "4.17.21",
"needle": "3.0.0",
"npm-run-all": "4.1.5",
"open": "8.4.0",
"prettier": "2.5.1",
"react": "17.0.2",
"svgpath": "2.5.0",
"typescript": "4.6.2",
"unzip": "0.1.11",
"xmldom": "0.6.0"
}
}