UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

45 lines (44 loc) 1.19 kB
{ "name": "@ou-imdt/css", "description": "The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.", "version": "3.1.3", "type": "module", "main": "dist/index.css", "repository": { "type": "git", "url": "git+https://bitbucket.org/lts-imd/css.git" }, "keywords": [ "imdt", "CSS" ], "author": { "name": "The Open University", "email": "lds-imd-enquiries@open.ac.uk" }, "license": "MIT", "scripts": { "dev": "vite --host 127.0.0.1", "build": "vite build --mode production", "build:docs": "vite build --mode development", "preview": "vite preview", "postversion": "npm run build", "release": "npm publish" }, "devDependencies": { "autoprefixer": "^10.4.19", "postcss-nesting": "^13.0.0", "rehype-raw": "^7.0.0", "rehype-stringify": "^10.0.0", "remark-frontmatter": "^5.0.0", "remark-gfm": "^4.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "semver": "^7.6.0", "unified": "^11.0.4", "vite": "^5.4.2" }, "dependencies": { "@ou-imd/imd-resizer": "^1.0.4" } }