| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "final-project",
- "version": "1.0.0",
- "description": "My dandy Nuxt.js project",
- "author": "liao",
- "private": true,
- "scripts": {
- "dev": "nuxt-ts",
- "build": "nuxt-ts build",
- "generate": "nuxt-ts generate",
- "start": "nuxt-ts start",
- "lint": "eslint --ext .ts,.js,.vue ."
- },
- "dependencies": {
- "@nuxt/typescript-runtime": "^0.3.10",
- "@nuxtjs/axios": "^5.3.6",
- "@tensorflow/tfjs": "^1.7.2",
- "d3": "^5.15.0",
- "lodash": "^4.17.15",
- "nuxt": "^2.12.0",
- "nuxt-i18n": "^6.6.1",
- "nuxt-typed-vuex": "^0.1.17",
- "prismjs": "^1.19.0",
- "vue-codemirror": "^4.0.6"
- },
- "devDependencies": {
- "@nuxt/typescript-build": "^0.5.8",
- "@nuxtjs/eslint-config-typescript": "^1.0.2",
- "@nuxtjs/vuetify": "^1.0.0",
- "@types/d3": "^5.7.2",
- "@types/hash-sum": "^1.0.0",
- "@types/loader-utils": "^1.1.3",
- "@types/lodash": "^4.14.149",
- "@types/lru-cache": "^5.1.0",
- "@types/markdown-it": "0.0.9",
- "@types/prismjs": "^1.16.0",
- "@types/webpack": "^4.41.8",
- "@types/webpack-env": "^1.15.1",
- "eslint": "^6.8.0",
- "github-markdown-css": "^4.0.0",
- "hash-sum": "^2.0.0",
- "html-loader": "^1.0.0",
- "katex": "^0.11.1",
- "loader-utils": "^2.0.0",
- "lru-cache": "^5.1.1",
- "markdown-it": "^10.0.0",
- "markdown-it-katex": "^2.0.3",
- "node-sass": "^4.13.1"
- }
- }
|