-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 Bytes
/
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
{
"name": "date-picker",
"version": "1.0.0",
"main": "index.js",
"homepage": "https://mhsiungw.github.io/date-range-picker",
"scripts": {
"dev": "webpack serve",
"test": "jest",
"predeploy": "webpack build",
"deploy": "gh-pages -d build"
},
"author": "mhsiungw",
"license": "ISC",
"dependencies": {
"classnames": "2.5.1",
"lucide-react": "0.378.0",
"moment": "2.30.1",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"babel-loader": "9.1.3",
"css-loader": "7.1.1",
"gh-pages": "6.1.1",
"html-webpack-plugin": "5.6.0",
"jest": "29.7.0",
"style-loader": "4.0.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
}
}