-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
69 lines (69 loc) · 1.87 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": "react-hash-calendar",
"version": "0.1.5",
"author": "HashTang",
"repository": {
"type": "git",
"url": "https://github.com/TangSY/react-hash-calendar.git"
},
"bugs": {
"url": "https://github.com/TangSY/react-hash-calendar/issues"
},
"homepage": "https://www.hxkj.vip",
"license": "MIT",
"description": "react 周 月 时间选择器",
"main": "lib/index.js",
"keyword": "react-hash-calendar calendar date-picker datetime-picker time-picker week-picker",
"private": false,
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/node": "^12.0.0",
"@types/react": "^16.0.7",
"@types/react-dom": "^15.5.5",
"awesome-typescript-loader": "^3.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"chalk": "^2.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^0.28.7",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^3.2.0",
"ora": "^1.3.0",
"source-map-loader": "^0.2.1",
"style-loader": "^0.18.2",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"ts-loader": "^2.3.7",
"typescript": "^3.7.2",
"url-loader": "^4.1.1",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"scripts": {
"lib": "node build/build.js",
"start": "webpack-dev-server --config=build/webpack.dev.conf",
"build": "webpack --config=build/webpack.prod.conf"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}