forked from shubhadip/vuejs3-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
140 lines (140 loc) · 4.25 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "vuejs3-datepicker",
"version": "1.0.11",
"description": "Vue 3 datepicker",
"files": [
"dist/*",
"src/*",
"types/*"
],
"main": "dist/datepicker.cjs.js",
"module": "dist/datepicker.esm.js",
"unpkg": "dist/datepicker.min.js",
"scripts": {
"cz": "git-cz",
"serve": "vue-cli-service serve",
"build:demo": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"dev": "rollup -c build/rollup-dev.config.js --watch",
"build:lib": "rimraf dist && rollup --config ./build/rollup.config.js",
"test": "jest --config tests/unit/jest.conf.js --coverage ",
"prepublishOnly": "yarn lint && yarn build:lib",
"commit-message": "yarn commitlint -e -V",
"semantic-release:local": "yarn run build:lib && yarn build:demo && semantic-release --no-ci",
"semantic-release": "semantic-release"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"prismjs": "^1.22.0",
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-alias": "2.2.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-url": "^5.0.1",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-service": "~4.3.0",
"@vue/compiler-sfc": "^3.0.0-beta.1",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-beta.8",
"autoprefixer": "^9.8.6",
"cross-env": "7.0.2",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"git-cz": "^4.7.3",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": ">=10",
"postcss": "^8.1.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"postcss-simple-vars": "^5.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.30.0",
"rollup-plugin-analyzer": "^3.3.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.28.0",
"rollup-plugin-vue": "^6.0.0-beta.10",
"typescript": "^3.9.5",
"url-loader": "^4.1.0",
"vue-cli-plugin-vue-next": "~0.1.4",
"vue-jest": "^5.0.0-alpha.5",
"vue-loader": "^15.9.3",
"webpack-cli": "^3.3.12",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "^7.0.6",
"@semantic-release/release-notes-generator": "^9.0.1",
"semantic-release": "17.2.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e -V"
}
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.vue": "eslint --cache --fix"
},
"types": "./types/index.d.ts",
"keywords": [
"vue",
"vuejs",
"vue 3",
"javascript",
"typescript",
"vue-component",
"date",
"library",
"month",
"picker",
"datepicker",
"monthpicker"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shubhadip/vuejs3-datepicker.git"
},
"bugs": {
"url": "https://github.com/shubhadip/vuejs3-datepicker/issues"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}