-
Notifications
You must be signed in to change notification settings - Fork 236
/
package.json
65 lines (65 loc) · 1.59 KB
/
package.json
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
{
"name": "v-distpicker",
"description": "A flexible, highly available district selector for picking provinces, cities and districts of China.",
"version": "2.1.0",
"author": "jcc <[email protected]>",
"license": "MIT",
"main": "dist/v-distpicker.js",
"module": "dist/v-distpicker.esm.js",
"files": [
"src",
"dist"
],
"keywords": [
"省份",
"城市",
"地区",
"省市区",
"province",
"city",
"district",
"picker",
"plugin",
"javascript",
"development",
"vue3",
"component"
],
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production rollup -c script/rollup.config.js",
"build:example": "vite build --mode=example"
},
"dependencies": {
"vue": "^3.2.37"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcc/v-distpicker.git"
},
"homepage": "https://jcc.github.io/v-distpicker/",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/runtime-corejs3": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@vitejs/plugin-vue": "^2.3.3",
"cross-env": "^7.0.3",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^9.5.1",
"rollup": "^2.77.2",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.11",
"vite": "^3.0.0",
"vite-plugin-html": "^3.2.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}