-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.41 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.41 KB
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
{
"name": "md.bootstrappersiandatetimepicker",
"version": "4.5.0",
"description": "Persian Date Time Picker with Bootstrap 5+",
"license": "MIT",
"moduleResolution": "node",
"scripts": {
"compile": "tsc",
"webpack": "rimraf dist && webpack",
"webpackserver": "webpack serve --mode development --env development",
"dev": "start npm run webpack && start npm run webpackserver",
"start": "npx http-server"
},
"author": {
"name": "Mohammad Dayyan",
"email": "mds_soft@yahoo.com",
"social": "@mds1401",
"url": "https://github.com/Mds92/MD.BootstrapPersianDateTimePicker"
},
"repository": {
"type": "public",
"url": "https://github.com/Mds92/MD.BootstrapPersianDateTimePicker"
},
"homepage": "https://github.com/Mds92/MD.BootstrapPersianDateTimePicker",
"dependencies": {
"bootstrap": "^5.3.8"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.33",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"expose-loader": "^5.0.1",
"jshint": "^2.13.6",
"jshint-loader": "^0.8.4",
"mini-css-extract-plugin": "^2.9.4",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.2",
"webpack": "^5.101.3",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1",
"webpack-remove-empty-scripts": "^1.1.1"
}
}