You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "hiric",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"clean": "rd /s /q node_modules && rd /s /q dist"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.8",
|
|
"bootstrap": "^4.4.1",
|
|
"bootstrap-vue": "^2.2.2",
|
|
"core-js": "^3.4.4",
|
|
"css-minimizer-webpack-plugin": "^1.0.0",
|
|
"echarts": "^5.0.1",
|
|
"echarts-gl": "^2.0.9",
|
|
"element-theme-chalk": "^2.15.14",
|
|
"element-ui": "^2.15.14",
|
|
"view-design": "^4.7.0",
|
|
"vue": "^2.6.11",
|
|
"vue-particles": "^1.0.9",
|
|
"vue-router": "^3.1.3",
|
|
"vue-scrollto": "^2.17.1",
|
|
"vue-youtube": "^1.4.0",
|
|
"vue2-scrollspy": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.0",
|
|
"@vue/cli-plugin-eslint": "^4.1.0",
|
|
"@vue/cli-service": "^4.5.19",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.47.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|