package.json
3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"_args": [
[
"@vant/weapp@1.6.8",
"D:\\bair\\dragon\\Dragon"
]
],
"_from": "@vant/weapp@1.6.8",
"_id": "@vant/weapp@1.6.8",
"_inBundle": false,
"_integrity": "sha512-CvRgAZdGUtJKEnd2wmjw3oaRYXBq/YqerFTmf19cTd3G9+vRR67nSXPMUNQEoPPSm7LZo6gF6Xk/5pYx4Q4C0Q==",
"_location": "/@vant/weapp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@vant/weapp@1.6.8",
"name": "@vant/weapp",
"escapedName": "@vant%2fweapp",
"scope": "@vant",
"rawSpec": "1.6.8",
"saveSpec": null,
"fetchSpec": "1.6.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@vant/weapp/-/weapp-1.6.8.tgz",
"_spec": "1.6.8",
"_where": "D:\\bair\\dragon\\Dragon",
"author": {
"name": "youzan"
},
"browserslist": [
"Chrome >= 53",
"ChromeAndroid >= 53",
"iOS >= 8"
],
"bugs": {
"url": "https://github.com/youzan/vant-weapp/issues"
},
"dependencies": {},
"description": "轻量、可靠的小程序 UI 组件库",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@vant/cli": "^1.0.3",
"@vant/doc": "^2.5.5",
"@vant/eslint-config": "^2.2.2",
"@vant/icons": "1.5.2",
"@vant/markdown-loader": "^2.3.0",
"@vant/stylelint-config": "^1.3.0",
"autoprefixer": "^10.0.0",
"babel-loader": "^8.0.0",
"cross-env": "^7.0.0",
"css-loader": "^5.0.0",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"gh-pages": "^3.0.0",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"html-webpack-plugin": "^4.0.0",
"less": "^3.9.0",
"less-loader": "^7.0.0",
"lint-staged": "^10.0.0",
"miniprogram-api-typings": "^3.1.6",
"miniprogram-ci": "^1.0.27",
"postcss": "^8.1.1",
"postcss-loader": "^4.0.0",
"prettier": "^2.0.5",
"progress-bar-webpack-plugin": "^2.0.0",
"style-loader": "^2.0.0",
"stylelint": "^13.0.0",
"tscpaths": "^0.0.9",
"typescript": "^4.0.0",
"vue": "2.6.10",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.1",
"vue-template-compiler": "2.6.10",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-serve": "^2.0.3"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/youzan/vant-weapp#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "vant commit-lint"
}
},
"license": "MIT",
"lint-staged": {
"*.{ts,js}": [
"eslint --fix",
"prettier --write"
],
"*.{css,less}": [
"stylelint --fix",
"prettier --write"
]
},
"miniprogram": "lib",
"name": "@vant/weapp",
"prettier": {
"singleQuote": true,
"proseWrap": "never"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
},
"scripts": {
"build:changelog": "vant changelog --tag v1.3.0 ./docs/markdown/changelog.generated.md",
"build:lib": "yarn && npx gulp -f build/compiler.js --series buildEs buildLib",
"dev": "node build/dev.js",
"lint": "eslint ./packages --ext .js,.ts --fix && stylelint \"packages/**/*.less\" --fix",
"release": "sh build/release.sh",
"release:site": "sh build/release-site.sh",
"upload:weapp": "node build/upload.js"
},
"version": "1.6.8"
}