package.json
2.8 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
{
"_from": "vant-weapp@^0.5.28",
"_id": "vant-weapp@0.5.28",
"_inBundle": false,
"_integrity": "sha512-GAJ2PTLuhXHWpAD5B7DdRQdkEFMdjdduuMzKkThUjIiQ63ESnaJvIEUbW3RgiUNNV7PYXwhOFOd6woR/JsTFLA==",
"_location": "/vant-weapp",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vant-weapp@^0.5.28",
"name": "vant-weapp",
"escapedName": "vant-weapp",
"rawSpec": "^0.5.28",
"saveSpec": null,
"fetchSpec": "^0.5.28"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/vant-weapp/-/vant-weapp-0.5.28.tgz",
"_shasum": "426edb8aec5284a1a7beab1b5e9cb73e5144c41b",
"_spec": "vant-weapp@^0.5.28",
"_where": "C:\\Users\\PC\\Desktop\\volun\\volunteer\\zhiyuanzhe",
"author": {
"name": "youzan"
},
"bugs": {
"url": "https://github.com/youzan/vant-weapp/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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.1",
"@vant/eslint-config": "^1.2.4",
"@vant/icons": "1.2.0",
"@vant/markdown-loader": "^2.2.0",
"autoprefixer": "^9.6.1",
"babel-loader": "8.0.6",
"cross-env": "^5.1.4",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"gh-pages": "^2.0.1",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"miniprogram-api-typings": "2.7.7-2",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"style-loader": "^1.0.0",
"typescript": "^3.5.3",
"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": {
"commit-msg": "vant commit-lint"
}
},
"license": "MIT",
"miniprogram": "dist",
"name": "vant-weapp",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/youzan/vant-weapp.git"
},
"scripts": {
"build:changelog": "vant changelog --tag v0.5.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",
"release": "sh build/release.sh",
"release:site": "sh build/release-site.sh"
},
"version": "0.5.28"
}