mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-06-26 14:19:15 +08:00
28 lines
544 B
JSON
28 lines
544 B
JSON
{
|
|
"name": "Vant",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "yarn && vue-cli-service build"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"register-service-worker": "^1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.1.1",
|
|
"@vue/cli-plugin-pwa": "^3.8.0",
|
|
"@vue/cli-plugin-typescript": "^3.8.1",
|
|
"@vue/cli-service": "^3.1.4"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|