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.
26 lines
632 B
26 lines
632 B
{
|
|
"name": "jiapei-alipay",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"@fingerprintjs/fingerprintjs": "^3.3.3",
|
|
"axios": "^0.19.2",
|
|
"core-js": "^3.6.5",
|
|
"vant": "^2.12",
|
|
"vue": "^2.6.11",
|
|
"vue-axios": "^2.1.5",
|
|
"vue-cookies": "^1.8.1",
|
|
"vue-router": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.4.0",
|
|
"@vue/cli-service": "^4.4.0",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"webpack-dev-server": "^4.4.0",
|
|
"compression-webpack-plugin": "^6.1.1"
|
|
}
|
|
}
|