-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.81 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.81 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
{
"name": "twzipcode-vue",
"description": "中華郵政郵遞區號 Vue components",
"version": "2.2.2",
"author": "Yeh-Yung <yyc1217@gmail.com>",
"main": "dist/twzipcode.umd.js",
"module": "src/index.js",
"unpkg": "dist/twzipcode.umd.js",
"browser": {
"./zipcode": "src/components/zipcodes.vue",
"./zipcode-groupby": "src/components/zipcodes.groupby.vue",
"./county": "src/components/counties.vue"
},
"scripts": {
"test": "jest --config test/jest.config.js",
"dev": "webpack serve --config=webpack.dev.js",
"prod": "webpack --progress --config=webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yyc1217/twzipcode-vue.git"
},
"keywords": [
"Taiwan",
"zipcode",
"中華郵政",
"臺灣",
"郵遞區號"
],
"homepage": "https://github.com/yyc1217/twzipcode-vue#readme",
"bugs": {
"url": "https://github.com/yyc1217/twzipcode-vue/issues"
},
"license": "MIT",
"dependencies": {
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@vue/test-utils": "^1.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "8.2.3",
"css-loader": "^6.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.4",
"mini-css-extract-plugin": "^2.0.0",
"node-sass": "^7.0.1",
"sass-loader": "^12.1.0",
"should": "^13.2.3",
"standard": "16.0.4",
"twzipcode-data": "^2.0.0",
"vue-jest": "^3.0.6",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.1.0",
"webpack-merge": "^5.8.0"
},
"standard": {
"globals": [
"describe",
"it"
]
}
}