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.

51 lines
1.5 KiB

3 years ago
3 years ago
  1. {
  2. "name": "cagette-pei",
  3. "description": "le logiciel libre du circuit court",
  4. "license": "AGPL-3.0",
  5. "dependencies": {
  6. "bootstrap": "^3.3.4",
  7. "eonasdan-bootstrap-datetimepicker": "^4.7.14",
  8. "geolib": "^2.0.24",
  9. "haxe-modular": "^0.7.0",
  10. "jquery": "^2.2.4",
  11. "leaflet": "^1.3.1",
  12. "react": "^15.6.1",
  13. "react-bootstrap-typeahead": "1.4.2",
  14. "react-datetime": "^2.9.0",
  15. "react-dom": "^15.6.1",
  16. "react-leaflet": "^1.8.0",
  17. "react-places-autocomplete": "^6.0.2",
  18. "react-router": "^4.2.0",
  19. "react-router-dom": "^4.2.2"
  20. },
  21. "devDependencies": {
  22. "babel-preset-es2015": "^6.24.1",
  23. "babel-preset-react": "^6.24.1",
  24. "babelify": "^7.3.0",
  25. "browserify": "^14.4.0",
  26. "cross-env": "^5.1.1",
  27. "node-sass": "^4.5.3",
  28. "npm-run-all": "^4.1.2",
  29. "uglify-js": "^3.1.9",
  30. "watchify": "^3.9.0"
  31. },
  32. "scripts": {
  33. "build": "npm-run-all --parallel build:*",
  34. "build:js": "haxe cagetteJs.hxml",
  35. "build:sass": "node-sass www/css -o www/css",
  36. "watch:sass": "npm run build:sass -- --watch",
  37. "build2": "babel src -d lib",
  38. "libs:dev": "browserify js/libs/libs.js -o www/js/libs.js -d",
  39. "libs:prod": "cross-env NODE_ENV=production browserify js/libs/libs.js | uglifyjs -c -m > www/js/libs.js",
  40. "test": "haxe testsJS.hxml && node js/test/tests.js",
  41. "prepush": "npm test"
  42. },
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/bablukid/cagette.git"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/bablukid/cagette/issues"
  49. },
  50. "version": "1.11.3"
  51. }