Initial commit
This commit is contained in:
41
frontend/static/material-symbols/package.json
Normal file
41
frontend/static/material-symbols/package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "material-symbols",
|
||||
"version": "0.17.4",
|
||||
"description": "Latest variable icon fonts and CSS for Material Symbols.",
|
||||
"main": "index.css",
|
||||
"sass": "index.scss",
|
||||
"types": "index.d.ts",
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"*.{css,scss,woff2}"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "sass --no-source-map --no-error-css ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "1.56.1"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/marella/material-symbols.git",
|
||||
"directory": "material-symbols"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/marella/material-symbols/issues"
|
||||
},
|
||||
"homepage": "https://marella.github.io/material-symbols/demo/",
|
||||
"keywords": [
|
||||
"material-symbols",
|
||||
"material-icons",
|
||||
"material-design-icons",
|
||||
"material-design",
|
||||
"material",
|
||||
"symbols",
|
||||
"icons",
|
||||
"font"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user