You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.2 KiB
55 lines
1.2 KiB
{
|
|
"name": "personal-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"serve": "vue-cli-service serve",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Raymonzut/Personal-Website.git"
|
|
},
|
|
"author": "Raymonzut",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Raymonzut/Personal-Website/issues"
|
|
},
|
|
"homepage": "https://github.com/Raymonzut/Personal-Website#readme",
|
|
"dependencies": {
|
|
"vue": "^2.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"mocha": "^7.1.1",
|
|
"@vue/cli-plugin-babel": "~4.2.0",
|
|
"@vue/cli-plugin-eslint": "~4.2.0",
|
|
"@vue/cli-service": "~4.2.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|
|
|