31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"name": "@dangerousthings/web",
|
|
"version": "0.1.0",
|
|
"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": "*"
|
|
}
|
|
}
|