-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
81 lines (81 loc) · 2.24 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "vue-thailand-address",
"version": "3.4.2",
"description": "Thai address input for Vue.",
"main": "./dist/vue-thailand-address.cjs.js",
"module": "./dist/vue-thailand-address.es.js",
"jsdelivr": "./dist/vue-thailand-address.web.min.js",
"unpkg": "./dist/vue-thailand-address.web.min.js",
"style": "./dist/vue-thailand-address.css",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"lint": "tslint -p .",
"build": "vue-pack",
"dev": "vue-pack dev",
"sync": "ts-node -O {\\\"module\\\":\\\"commonjs\\\"} ./scripts/sync-db.ts",
"pretest": "npm run sync",
"test": "npm run lint && jest -c jest.config.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluons/vue-thailand-address.git"
},
"keywords": [
"vue",
"vuejs",
"vue-component",
"thailand",
"thai",
"address",
"addresses"
],
"author": "Saran Tanpituckpong <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluons/vue-thailand-address/issues"
},
"homepage": "https://vue-thailand-address.netlify.com/",
"peerDependencies": {
"vue": ">=2.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@gluons/vue-pack": "^1.20.3",
"@gluons/vue-pack-banner-plugin": "^1.20.3",
"@gluons/vue-pack-cli": "^1.20.3",
"@gluons/vue-pack-copy-plugin": "^1.20.3",
"@gluons/vue-pack-splitchunks-plugin": "^1.20.3",
"@types/copy-webpack-plugin": "^6.3.0",
"@types/jest": "^26.0.23",
"@types/lodash.pick": "^4.4.6",
"@types/node": "14",
"@types/webpack-node-externals": "^2.5.2",
"@vue/test-utils": "^1.2.1",
"babel-core": "^7.0.0-bridge.0",
"chalk": "^4.1.1",
"cp-file": "^9.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"tslint-config-gluons": "^2.2.0",
"typescript": "^4.3.5",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-jest": "^3.0.7",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"leven": "^3.1.0",
"lodash.pick": "^4.4.0"
},
"resolutions": {
"node-sass": "6",
"sass-loader": "10"
}
}