forked from hkaghazi/react-jalali-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.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
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
70
71
72
73
74
75
76
{
"name": "persian-datepicker-react",
"version": "1.0.35",
"description": "persian datepicker based on jalali-moment",
"scripts": {
"test": "jest",
"rollup": "rollup -c",
"sb": "start-storybook -p 6006",
"build-sb": "build-storybook"
},
"keywords": [
"react",
"jalali",
"persian",
"datepicker"
],
"author": "Hafez Kaghazi",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"repository": {
"url": "git+ssh://[email protected]/HKaghazi/react-jalali-datepicker.git"
},
"dependencies": {
"jalali-moment": "^3.3.10"
},
"peerDependencies": {
"react": ">= 17.0.2",
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-actions": "^6.4.15",
"@storybook/addon-essentials": "^6.4.15",
"@storybook/addon-links": "^6.4.15",
"@storybook/builder-webpack5": "^6.4.15",
"@storybook/manager-webpack5": "^6.4.15",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.15",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.2",
"@types/react": "^17.0.52",
"autoprefixer": "^10.4.2",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"typescript": "^4.5.5",
"webpack": "^5.67.0"
},
"bugs": {
"url": "https://github.com/HKaghazi/react-jalali-datepicker/issues"
},
"homepage": "https://github.com/HKaghazi/react-jalali-datepicker#readme"
}