| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "seec-helper-frontend",
- "version": "2.1.1",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "test:unit": "vue-cli-service test:unit",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "@riophae/vue-treeselect": "^0.4.0",
- "core-js": "^3.4.3",
- "highlight.js": "^9.17.1",
- "laue": "^0.2.1",
- "marked": "^0.8.0",
- "moment": "^2.24.0",
- "register-service-worker": "^1.6.2",
- "tiptap": "^1.26.6",
- "tiptap-extensions": "^1.28.6",
- "uuid": "^3.3.3",
- "vue": "^2.6.10",
- "vue-router": "^3.1.3",
- "vuex": "^3.1.2"
- },
- "resolutions": {
- "prosemirror-model": "1.8.2"
- },
- "devDependencies": {
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
- "@babel/plugin-proposal-optional-chaining": "^7.8.3",
- "@koa/cors": "^3.0.0",
- "@vue/cli-plugin-babel": "^4.1.0",
- "@vue/cli-plugin-eslint": "^4.1.0",
- "@vue/cli-plugin-pwa": "^4.1.0",
- "@vue/cli-plugin-router": "^4.1.0",
- "@vue/cli-plugin-unit-jest": "^4.1.0",
- "@vue/cli-plugin-vuex": "^4.1.2",
- "@vue/cli-service": "^4.1.0",
- "@vue/eslint-config-standard": "^4.0.0",
- "@vue/test-utils": "1.0.0-beta.29",
- "axios": "^0.18.0",
- "babel-eslint": "^10.0.3",
- "cz-conventional-changelog": "^3.0.2",
- "eslint": "^5.16.0",
- "eslint-plugin-vue": "^5.0.0",
- "koa": "^2.11.0",
- "koa-logger": "^3.2.1",
- "lint-staged": "^9.4.3",
- "lodash": "^4.17.15",
- "mkdirp": "^1.0.3",
- "mockjs": "^1.1.0",
- "node-sass": "^4.12.0",
- "path-to-regexp": "^6.1.0",
- "randexp": "^0.5.3",
- "rimraf": "^3.0.2",
- "sass-loader": "^8.0.0",
- "svgo": "^1.3.2",
- "vue-cli-plugin-axios": "^0.0.4",
- "vue-template-compiler": "^2.6.10",
- "webpack": "latest"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,vue}": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|