-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.02 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
{
"name": "@minsomai/v-nepalidatepicker",
"version": "1.2.11",
"description": "Nepali Date Picker component for Vue js 2",
"main": "dist/v-nepalidatepicker.ssr.js",
"browser": "dist/v-nepalidatepicker.esm.js",
"module": "dist/v-nepalidatepicker.esm.js",
"unpkg": "dist/v-nepalidatepicker.min.js",
"files": [
"dist/*",
"src/**/*.vue"
],
"scripts": {
"serve": "vue-cli-service serve dev/serve.js",
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minsomai/v-nepalidatepicker.git"
},
"keywords": [
"nepalidatepicker",
"v-nepalidatepicker",
"vue-datepicker",
"datepicker",
"nepali",
"nepalidate",
"vuenepali",
"vue nepali datepicker",
"datepicker nepali",
"vue nepali"
],
"dependencies": {
"core-js": "^3.22.2",
"nepali-date": "^0.1.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@rollup/plugin-alias": "^2.2.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-replace": "^2.3.2",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"cross-env": "^7.0.2",
"minimist": "^1.2.5",
"rollup": "^2.7.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-vue": "^6.0.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"engines": {
"node": ">=10"
},
"author": "Min Somai",
"license": "MIT",
"bugs": {
"url": "https://github.com/minsomai/v-nepalidatepicker/issues"
},
"homepage": "https://github.com/minsomai/v-nepalidatepicker#readme"
}