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.
54 lines
1.4 KiB
54 lines
1.4 KiB
|
3 years ago
|
{
|
||
|
|
"name": "my-project",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"serve": "vue-cli-service serve",
|
||
|
|
"build": "vue-cli-service build",
|
||
|
|
"start": "yarn run serve",
|
||
|
|
"test": "yarn run serve --mode test",
|
||
|
|
"build:sit": "vue-cli-service build --mode test"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@lucky-canvas/vue": "^0.1.11",
|
||
|
|
"axios": "^0.21.1",
|
||
|
|
"compression-webpack-plugin": "5.0.1",
|
||
|
|
"core-js": "^3.6.5",
|
||
|
|
"crypto-js": "^4.1.1",
|
||
|
|
"enc": "^0.4.0",
|
||
|
|
"js-md5": "^0.7.3",
|
||
|
|
"mint-ui": "^2.2.13",
|
||
|
|
"node-sass": "^4.12.0",
|
||
|
|
"sockjs-client": "^1.6.1",
|
||
|
|
"stompjs": "^2.3.3",
|
||
|
|
"swiper": "^8.4.4",
|
||
|
|
"vant": "^4.0.10",
|
||
|
|
"vue": "^2.6.11",
|
||
|
|
"vue-awesome-swiper": "^3.1.3",
|
||
|
|
"vue-axios": "^3.2.4",
|
||
|
|
"vue-lazyload": "^1.3.3",
|
||
|
|
"vue-monoplasty-slide-verify": "^1.3.1",
|
||
|
|
"vue-router": "^3.2.0",
|
||
|
|
"vue-seamless-scroll": "^1.1.23"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vue/cli-plugin-babel": "^4.5.0",
|
||
|
|
"@vue/cli-service": "^4.5.0",
|
||
|
|
"babel-plugin-component": "^1.1.1",
|
||
|
|
"sass-loader": "^8.0.2",
|
||
|
|
"vue-cookie": "^1.1.4",
|
||
|
|
"vue-template-compiler": "^2.6.11",
|
||
|
|
"worker-loader": "2.0.0"
|
||
|
|
},
|
||
|
|
"browserslist": [
|
||
|
|
"> 1%",
|
||
|
|
"last 2 versions",
|
||
|
|
"not dead"
|
||
|
|
],
|
||
|
|
"description": "## Project setup ``` npm install ```",
|
||
|
|
"main": "babel.config.js",
|
||
|
|
"keywords": [],
|
||
|
|
"author": "dongdada",
|
||
|
|
"license": "ISC"
|
||
|
|
}
|