forked from weijhfly/rolldate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "rolldate",
"version": "1.4.9",
"description": "rolldate 移动端日期选择插件",
"main": "dist/rolldate.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config config/rolldate.config.js --mode production",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config config/rolldate.config.js --mode development"
},
"keywords": [
"date",
"iscroll-date"
],
"repository": {
"type": "git",
"url": "https://github.com/weijhfly/rolldate"
},
"author": "雾空",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.0.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"postcss-loader": "^2.1.6",
"style-loader": "^0.21.0",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}