package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "final-project",
  3. "version": "1.0.0",
  4. "description": "My dandy Nuxt.js project",
  5. "author": "liao",
  6. "private": true,
  7. "scripts": {
  8. "dev": "nuxt-ts",
  9. "build": "nuxt-ts build",
  10. "generate": "nuxt-ts generate",
  11. "start": "nuxt-ts start",
  12. "lint": "eslint --ext .ts,.js,.vue ."
  13. },
  14. "dependencies": {
  15. "@nuxt/typescript-runtime": "^0.3.10",
  16. "@nuxtjs/axios": "^5.3.6",
  17. "@tensorflow/tfjs": "^1.7.2",
  18. "d3": "^5.15.0",
  19. "lodash": "^4.17.15",
  20. "nuxt": "^2.12.0",
  21. "nuxt-i18n": "^6.6.1",
  22. "nuxt-typed-vuex": "^0.1.17",
  23. "prismjs": "^1.19.0",
  24. "vue-codemirror": "^4.0.6"
  25. },
  26. "devDependencies": {
  27. "@nuxt/typescript-build": "^0.5.8",
  28. "@nuxtjs/eslint-config-typescript": "^1.0.2",
  29. "@nuxtjs/vuetify": "^1.0.0",
  30. "@types/d3": "^5.7.2",
  31. "@types/hash-sum": "^1.0.0",
  32. "@types/loader-utils": "^1.1.3",
  33. "@types/lodash": "^4.14.149",
  34. "@types/lru-cache": "^5.1.0",
  35. "@types/markdown-it": "0.0.9",
  36. "@types/prismjs": "^1.16.0",
  37. "@types/webpack": "^4.41.8",
  38. "@types/webpack-env": "^1.15.1",
  39. "eslint": "^6.8.0",
  40. "github-markdown-css": "^4.0.0",
  41. "hash-sum": "^2.0.0",
  42. "html-loader": "^1.0.0",
  43. "katex": "^0.11.1",
  44. "loader-utils": "^2.0.0",
  45. "lru-cache": "^5.1.1",
  46. "markdown-it": "^10.0.0",
  47. "markdown-it-katex": "^2.0.3",
  48. "node-sass": "^4.13.1"
  49. }
  50. }