initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iaade5d67478a437673f2bc2a18e9fb676a6a6964
This commit is contained in:
commit
eb03499933
7 changed files with 1553 additions and 0 deletions
33
package.json
Normal file
33
package.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"name": "@frozendev/tokens",
|
||||
"version": "1.0.0",
|
||||
"description": "FrozenDev Electronics design tokens",
|
||||
"type": "module",
|
||||
"main": "outputs/js/tokens.mjs",
|
||||
"exports": {
|
||||
".": "./outputs/js/tokens.mjs",
|
||||
"./css": "./outputs/css/tokens.css",
|
||||
"./scss": "./outputs/scss/_tokens.scss",
|
||||
"./tailwind": "./outputs/js/tailwind.mjs",
|
||||
"./android": "./outputs/android/frozendev_colors.xml",
|
||||
"./ios": "./outputs/ios/FrozenDevColors.swift"
|
||||
},
|
||||
"files": [
|
||||
"outputs/",
|
||||
"tokens/"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "node scripts/build.mjs",
|
||||
"preview": "node scripts/preview.mjs tokens build/color-preview.html"
|
||||
},
|
||||
"keywords": [
|
||||
"design-tokens",
|
||||
"frozendev",
|
||||
"color",
|
||||
"style-dictionary"
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"style-dictionary": "^5.4.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue