12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "name": "amic.ru",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "dev": "nuxt",
- "dev:debug": "nuxt --debug --watch",
- "build": "nuxt build",
- "start": "nuxt start",
- "generate": "nuxt generate",
- "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
- "lint": "npm run lint:js"
- },
- "dependencies": {
- "-": "0.0.1",
- "@nuxtjs/amp": "^0.5.4",
- "@nuxtjs/auth-next": "5.0.0-1622309801.87126e3",
- "@nuxtjs/axios": "^5.13.6",
- "@nuxtjs/device": "^2.1.0",
- "@nuxtjs/html-minifier": "^0.1.2",
- "@nuxtjs/redirect-module": "^0.3.1",
- "@popperjs/core": "^2.10.2",
- "@riophae/vue-treeselect": "^0.4.0",
- "@sweetalert2/theme-material-ui": "^5.0.5",
- "@tiptap/extension-focus": "^2.0.0-beta.25",
- "@tiptap/extension-image": "^2.0.0-beta.15",
- "@tiptap/extension-link": "^2.0.0-beta.20",
- "@tiptap/extension-typography": "^2.0.0-beta.14",
- "@tiptap/starter-kit": "^2.0.0-beta.104",
- "@tiptap/vue-2": "^2.0.0-beta.50",
- "core-js": "^3.17.3",
- "dotenv": "^8.6.0",
- "javascript-time-ago": "^2.3.8",
- "less-loader": "^5.0.0",
- "nuxt": "^2.15.8",
- "nuxt-jsonld": "^1.5.3",
- "orderedmap": "^1.1.1",
- "sweetalert2": "^11.1.7",
- "universal-social-auth": "^0.2.5",
- "using": "^1.0.0-alpha-1",
- "v-clipboard": "^2.2.3",
- "v-scroll-lock": "^1.3.1",
- "vue": "^2.0.8",
- "vue-cookies": "^1.7.4",
- "vue-js-modal": "^2.0.1",
- "vue-moment": "^4.1.0",
- "vue-pagination-2": "^3.0.91",
- "vue-plugin-load-script": "^1.3.2",
- "vue-simple-alert": "^1.1.1",
- "vue-simple-search-dropdown": "^1.0.1",
- "vue-slick-carousel": "^1.0.6",
- "vue-social-sharing": "^3.0.8",
- "vue-sweetalert2": "^5.0.2",
- "vue-template-compiler": "^2.1.8",
- "vue-tinybox": "^1.3.0",
- "vue2-datepicker": "^3.10.4",
- "vue2-timepicker": "^1.1.6",
- "vuedraggable": "^2.24.3",
- "vuejs-paginate": "^2.1.0",
- "vuelidate": "^0.7.6"
- },
- "devDependencies": {
- "@nuxt/types": "^2.15.8",
- "@nuxt/typescript-build": "^2.1.0",
- "@nuxtjs/color-mode": "^2.1.1",
- "@nuxtjs/eslint-config": "^6.0.1",
- "@nuxtjs/eslint-module": "^3.0.2",
- "@nuxtjs/pwa": "^3.3.5",
- "@nuxtjs/style-resources": "^1.2.1",
- "@nuxtjs/vuetify": "^1.12.1",
- "babel-eslint": "^10.1.0",
- "eslint": "^7.32.0",
- "eslint-plugin-nuxt": "^2.0.0",
- "eslint-plugin-vue": "^7.17.0",
- "less": "^4.1.1",
- "prosemirror-model": "^1.14.3",
- "vue-infinite-loading": "^2.4.5"
- }
- }
|