-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "@majidh1/jalalidatepicker",
"description": "A lightweight and simple jalali datepicker.",
"license": "MIT",
"author": {
"name": "Majid Hooshiyar"
},
"main": "dist/jalalidatepicker.min.js",
"version": "0.9.6",
"keywords": [
"date",
"picker",
"datepicker",
"jalali",
"persian",
"jalalidatepicker",
"calendar",
"persiandatepicker",
"farsi",
"javascript",
"front-end",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/majidh1/JalaliDatePicker.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js",
"debug": "npm run lint && webpack --mode=development",
"release": "npm run lint && webpack --mode=production",
"watch": "webpack --mode=development --watch",
"publish": "npm run debug && npm run release && npm publish"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.30.0",
"imports-loader": "^3.0.0",
"mini-css-extract-plugin": "^2.1.0",
"postcss": "^8.3.5",
"sass": "^1.35.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.1.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0"
}
}