-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·100 lines (100 loc) · 3.18 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
{
"name": "flex-date-picker",
"version": "1.3.0",
"description": "轻量好用的日期选择器",
"main": "dist/flexDatePicker.umd.js",
"style": "dist/index.css",
"module": "dist/flexDatePicker.es5.js",
"scripts": {
"bc": "gulp build --gulpfile src/assets/gulpfile.js && cp-cli src/assets/lib lib",
"dev": "webpack-dev-server --config config/webpack.demo.config.js",
"prebp": "rimraf dist",
"build": "tsc --module commonjs && rollup -c config/rollup.config.ts",
"build:demo": "webpack --config config/webpack.demo.config.js",
"test": "jest --coverage",
"test:watch": "jest --coverage --watch",
"test:prod": "npm run lint && npm run test -- --no-cache"
},
"jest": {
"preset": "./config/jest.config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jumodada/date-picker.git"
},
"author": "jumodada <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jumodada/date-picker/issues"
},
"homepage": "https://github.com/jumodada/date-picker#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@types/jest": "^25.2.1",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-unit-mocha": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/test-utils": "^1.0.0-beta.20",
"animejs": "^3.1.0",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.4",
"cp-cli": "^2.0.0",
"css-loader": "^3.2.0",
"flex-date-picker": "^1.2.7",
"gulp": "^4.0.2",
"gulp-cssmin": "^0.2.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"highlight.js": "^9.16.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.0.0",
"jest-config": "^25.0.0",
"lodash.camelcase": "^4.3.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-loader": "^5.1.0",
"marked": "^0.6.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.9.0",
"path": "^0.12.7",
"progress-bar-webpack-plugin": "^1.12.1",
"rollup": "^0.67.0",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^5.2.0",
"rollup-plugin-typescript2": "^0.18.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.1",
"style-loader": "^1.0.0",
"text-loader": "^0.0.1",
"transliteration": "^2.1.7",
"ts-jest": "^25.4.0",
"ts-loader": "^6.2.1",
"tslib": "^1.11.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"tslint-loader": "^3.5.4",
"typedoc": "^0.16.11",
"typescript": "^3.0.3",
"vue": "^2.5.17",
"vue-loader": "^15.7.1",
"vue-router": "^3.1.6",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}