1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-16 20:28:21 +01:00
98.css/package.json

46 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-04-21 12:27:53 -04:00
{
"name": "98.css",
2023-03-12 14:16:09 -04:00
"version": "0.1.20",
2020-04-21 12:27:53 -04:00
"description": "A design system for building faithful recreations of old UIs",
"main": "dist/98.css",
2020-04-21 12:27:53 -04:00
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build.js",
2020-04-27 09:57:46 -04:00
"deploy:docs": "npm run build && gh-pages -d dist",
"release": "npm run build && npm publish"
2020-04-21 12:27:53 -04:00
},
"repository": {
"type": "git",
2020-04-21 14:10:47 -04:00
"url": "git+https://github.com/jdan/98.css.git"
2020-04-21 12:27:53 -04:00
},
"keywords": [
"css",
"windows98"
],
"author": "Jordan Scales <scalesjordan@gmail.com>",
"license": "MIT",
"bugs": {
2020-04-21 14:10:47 -04:00
"url": "https://github.com/jdan/98.css/issues"
2020-04-21 12:27:53 -04:00
},
2020-04-26 10:55:53 -04:00
"homepage": "https://github.com/jdan/98.css",
2020-04-21 12:37:59 -04:00
"devDependencies": {
2020-04-25 19:47:53 -04:00
"chokidar": "^3.3.1",
2021-04-24 16:00:33 -04:00
"cssnano": "^5.0.1",
"dedent": "^0.7.0",
"ejs": "^3.0.2",
2020-04-25 15:06:44 +02:00
"gh-pages": "^2.2.0",
2020-04-22 11:40:10 -05:00
"glob": "^7.1.6",
"highlight.js": "^10.4.1",
2020-04-25 20:05:47 -04:00
"live-server": "^1.2.1",
"mkdirp": "^1.0.4",
2021-04-24 16:04:01 -04:00
"postcss": "^8.2.12",
2020-04-21 16:20:12 -04:00
"postcss-calc": "^7.0.2",
2020-04-22 11:40:10 -05:00
"postcss-copy": "^7.1.0",
"postcss-css-variables": "^0.14.0",
"postcss-inline": "^1.2.0",
2020-04-25 20:05:47 -04:00
"postcss-inline-svg": "^4.1.0"
2021-04-16 22:44:35 -04:00
}
2020-04-21 12:27:53 -04:00
}