-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "@ritterim/platform-icons",
"version": "2.1.16",
"description": "Platform icons are part of the [Platform UI](https://github.com/ritterim/platform-ui) project from Ritter Insurance Marketing",
"files": [
"dist/platform-icons.css",
"dist/platform-icons.ttf",
"dist/platform-icons.woff",
"dist/platform-icons.woff2"
],
"scripts": {
"dev": "vite",
"build:svgs": "svgo -f ./src/icons/ -o ./src/optimized-icons",
"build:font": "fantasticon",
"build:vite": "vite build",
"start": "run-s build:svgs build:font dev",
"build": "run-s build:*",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ritterim/platform-icons.git"
},
"keywords": [
"CSS",
"icon fonts",
"fonts"
],
"author": "Ritter Insurance Marketing",
"license": "MIT",
"bugs": {
"url": "https://github.com/ritterim/platform-icons/issues"
},
"homepage": "https://github.com/ritterim/platform-icons#readme",
"devDependencies": {
"fantasticon": "^1.2.3",
"npm-run-all": "^4.1.5",
"rollup-plugin-copy": "^3.4.0",
"svgo": "^3.0.2",
"vite": "^4.4.3",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-handlebars": "^1.6.0"
}
}