package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "experience-based-fact-box",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "dependencies": {
  6. "d3-fetch": "^2.0.0",
  7. "d3-selection": "^2.0.0",
  8. "d3-transition": "^2.0.0",
  9. "whatwg-fetch": "^3.4.0"
  10. },
  11. "devDependencies": {
  12. "@babel/core": "^7.11.4",
  13. "@babel/polyfill": "^7.10.4",
  14. "@babel/preset-env": "^7.11.0",
  15. "@riotjs/compiler": "^4.10.1",
  16. "@rollup/plugin-babel": "^5.2.0",
  17. "@rollup/plugin-commonjs": "^15.0.0",
  18. "@rollup/plugin-node-resolve": "^9.0.0",
  19. "autoprefixer": "^9.8.6",
  20. "babel-eslint": "^10.1.0",
  21. "cssnano": "^4.1.10",
  22. "marked": "^1.1.1",
  23. "node-sass": "^4.14.1",
  24. "posthtml": "^0.13.3",
  25. "posthtml-expressions": "^1.4.6",
  26. "riot": "^4.13.5",
  27. "rollup": "^2.26.5",
  28. "rollup-plugin-browsersync": "^1.1.0",
  29. "rollup-plugin-copy": "^3.3.0",
  30. "rollup-plugin-delete": "^2.0.0",
  31. "rollup-plugin-eslint": "^7.0.0",
  32. "rollup-plugin-json": "^4.0.0",
  33. "rollup-plugin-postcss": "^3.1.6",
  34. "rollup-plugin-riot": "^4.0.2",
  35. "rollup-plugin-sourcemaps": "^0.6.2",
  36. "rollup-plugin-terser": "^7.0.0",
  37. "stylelint": "^13.6.1",
  38. "stylelint-config-recommended": "^3.0.0"
  39. },
  40. "scripts": {
  41. "prepare": "npm run build",
  42. "build": "npm run build:preprocess && npm run build:once",
  43. "build:preprocess": "node bin/preprocess.js",
  44. "build:once": "rollup -c",
  45. "build:dev": "NODE_ENV=development npm run build",
  46. "build:prod": "NODE_ENV=production npm run build",
  47. "watch": "NODE_ENV=development npm run build:preprocess && NODE_OPT=serve rollup -c --watch"
  48. },
  49. "author": "zitzmann@mpib-berlin.mpg.de",
  50. "license": "ISC"
  51. }