33 lines
793 B
JSON
33 lines
793 B
JSON
{
|
|
"name": "@dangerousthings/web",
|
|
"version": "0.2.1",
|
|
"description": "Web CSS theme for the Dangerous Things design system — bevels, glows, form styles",
|
|
"license": "MIT",
|
|
"main": "dist/index.css",
|
|
"exports": {
|
|
".": "./dist/index.css",
|
|
"./tokens/*": "./dist/tokens/*",
|
|
"./components/*": "./dist/components/*",
|
|
"./fonts/*": "./dist/fonts/*",
|
|
"./theme-registry": {
|
|
"types": "./dist/theme-registry.d.ts",
|
|
"import": "./dist/theme-registry.js",
|
|
"default": "./dist/theme-registry.js"
|
|
},
|
|
"./dist/*": "./dist/*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "node scripts/build.js",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"dependencies": {
|
|
"@dangerousthings/tokens": "*"
|
|
}
|
|
}
|