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.
36 lines
951 B
36 lines
951 B
{
|
|
"name": "agile-portal-front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve --mode development",
|
|
"build:dev": "vue-cli-service build --mode development",
|
|
"build:prod": "vue-cli-service build --mode production"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.2",
|
|
"core-js": "^3.8.3",
|
|
"crypto-js": "^4.2.0",
|
|
"element-ui": "^2.15.13",
|
|
"js-cookie": "3.0.1",
|
|
"jsencrypt": "3.0.0-rc.1",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"swiper": "^5.4.5",
|
|
"vue": "^2.6.14",
|
|
"vue-router": "^3.5.1",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"sass": "^1.32.7",
|
|
"sass-loader": "^12.0.0",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"webpack": "^5.88.2"
|
|
}
|
|
}
|