• Skip to sidebar navigation
  • Skip to content
Linked Applications
  • Confluence
  • JIRA
  • Bitbucket
  • sere
  • Service Desk

Bitbucket

  • More
    ProjectsRepositories
    • Search for ‘’ in code
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
GoodT
  1. GoodT

vue2-job-interview

Public
Actions
  • Clone

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • Forks
  1. GoodT
  2. vue2-job-interview

Source

vue2-job-interview/package.json
Sergei FrolovSergei Frolov committed 447e5782cfb13 Dec 2021
Raw file
Source viewDiff to previous
 
1
{
2
  "name": "vue2-job-interview",
3
  "version": "0.1.0",
4
  "private": true,
5
  "scripts": {
6
    "vite": "vite --force",
7
    "serve": "vue-cli-service serve",
8
    "build": "vue-cli-service build",
9
    "lint": "vue-cli-service lint"
10
  },
11
  "dependencies": {
12
    "vue": "^2.6.11"
13
  },
14
  "devDependencies": {
15
    "@vue/cli-plugin-babel": "4.1.1",
16
    "@vue/cli-plugin-eslint": "4.1.1",
17
    "@vue/cli-service": "4.1.1",
18
    "babel-eslint": "^10.0.3",
19
    "eslint": "^6.7.2",
20
    "eslint-plugin-vue": "^6.0.1",
21
    "vue-template-compiler": "^2.6.11",
22
    "prettier": "^2.4.1",
23
    "postcss-nested": "^4.0.0",
24
    "vite": "^2.4.1",
25
    "vite-plugin-vue2": "^1.7.3"
26
  },
27
  "eslintConfig": {
28
    "root": true,
29
    "env": {
30
      "node": true
31
    },
32
    "extends": [
33
      "plugin:vue/essential",
34
      "eslint:recommended"
35
    ],
36
    "parserOptions": {
37
      "parser": "babel-eslint"
38
    }
39
  },
40
  "postcss": {
41
    "plugins": {
42
      "autoprefixer": {},
43
      "postcss-nested": {}
44
    }
45
  },
46
  "browserslist": [
47
    "> 1%",
48
    "last 2 versions",
49
    "not ie <= 8"
50
  ],
51
  "keywords": [],
52
  "description": ""
53
}
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v5.7.2
  • Documentation
  • Contact Support
  • Request a feature
  • About
  • Contact Atlassian
Atlassian