web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.3 KiB

  1. {
  2. "name": "cssdb",
  3. "version": "4.4.0",
  4. "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
  5. "author": "Jonathan Neal <jonathantneal@hotmail.com>",
  6. "license": "CC0-1.0",
  7. "repository": "csstools/cssdb",
  8. "homepage": "https://github.com/csstools/cssdb#readme",
  9. "bugs": "https://github.com/csstools/cssdb/issues",
  10. "main": "cssdb.json",
  11. "files": [
  12. "cssdb.json"
  13. ],
  14. "scripts": {
  15. "start": "node tasks/start",
  16. "start:nobadges": "node tasks/start --no-badges",
  17. "test": "npm run test:css && npm run test:json",
  18. "test:css": "stylelint tasks/style-template.css",
  19. "test:json": "node tasks/test",
  20. "watch": "http-server gh-pages"
  21. },
  22. "devDependencies": {
  23. "browserslist": "^4.4.2",
  24. "caniuse-lite": "^1.0.30000942",
  25. "cssnano": "^4.1.10",
  26. "eslit": "^6.0.0",
  27. "fse": "^4.0.1",
  28. "http-server": "^0.11.1",
  29. "marked": "^0.6.1",
  30. "node-fetch": "^2.3.0",
  31. "postcss": "^7.0.14",
  32. "postcss-preset-env": "^6.6.0",
  33. "pre-commit": "^1.2.2",
  34. "stylelint": "^9.10.1",
  35. "stylelint-config-dev": "^4.0.0"
  36. },
  37. "stylelint": {
  38. "extends": "stylelint-config-dev"
  39. },
  40. "keywords": [
  41. "css",
  42. "features",
  43. "list",
  44. "specifications",
  45. "stages",
  46. "tc39"
  47. ]
  48. }