-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
144 lines (144 loc) · 4.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@persian-tools/persian-mobile-datepicker",
"version": "0.0.13",
"description": "Modern Persian mobile date picker",
"publishConfig": {
"access": "public"
},
"source": "src/index.tsx",
"main": "build/index.js",
"umd:main": "build/index.umd.js",
"esmodule": "build/index.modern.js",
"module": "build/index.module.js",
"typings": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"bundler": "microbundle --no-css-modules --name PersianMobileDatePicker --strict --jsx React.createElement",
"build": "microbundle --no-css-modules --name PersianMobileDatePicker --strict --jsx React.createElement --raw --sourcemap false --compress",
"postbuild": "npx rimraf ./build/stories ./build/*.map ./build/**/*.stories.*",
"dev": "npm run bundler watch",
"prerelease": "npm run test",
"release": "npm run build",
"postrelease": "standard-version && npm run deploy-storybook",
"release:beta": "npm run build",
"postrelease:beta": "standard-version --prerelease beta",
"test": "jest --coverage --config=jest.config.js --passWithNoTests",
"report-coverage": "cat ./coverage/lcov.info | coveralls",
"storybook": "start-storybook -p 6006 --ci",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"prepare": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"storybook-deployer": {
"gitUsername": "ali-master",
"gitEmail": "ali_4286@live.com",
"commitMessage": "build: build & deploy Storybook to GitHub Pages [skip ci]"
},
"home": "https:///persian-tools.github.io//persian-mobile-datepicker",
"repository": {
"type": "git",
"url": "git+https://github.com/persian-tools/persian-mobile-datepicker.git"
},
"keywords": [
"datepicker",
"mobile datepicker",
"persian datepicker",
"react persian datepicker",
"persian mobile datepicker"
],
"files": [
"build"
],
"engines": {
"node": ">= 12.x"
},
"author": "Ali Torki <ali_4286@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/persian-tools/persian-mobile-datepicker/issues"
},
"homepage": "https://persian-tools.github.io/persian-mobile-datepicker",
"dependencies": {
"date-fns-jalali": "^2.23.0-0",
"framer-motion": "^4.1.17",
"react-modal-sheet": "^1.4.0",
"rmc-picker": "^5.0.10",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@geometricpanda/storybook-addon-badges": "^0.0.4",
"@persian-tools/persian-tools": "^1.7.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "9.0.1",
"@storybook/addon-actions": "^6.4.0-alpha.24",
"@storybook/addon-docs": "^6.3.7",
"@storybook/addon-essentials": "^6.4.0-alpha.24",
"@storybook/addon-links": "^6.4.0-alpha.24",
"@storybook/addon-storysource": "^6.4.0-alpha.24",
"@storybook/addon-viewport": "^6.4.0-alpha.24",
"@storybook/addons": "^6.4.0-alpha.24",
"@storybook/builder-webpack5": "^6.4.0-alpha.24",
"@storybook/manager-webpack5": "^6.4.0-alpha.24",
"@storybook/react": "^6.4.0-alpha.24",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/theming": "^6.4.0-alpha.24",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.17",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"commitizen": "^4.2.4",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^7.0.1",
"is-ci": "^3.0.0",
"jest": "^27.0.6",
"jest-dom": "^3.0.0",
"microbundle": "^0.13.3",
"parcel-bundler": "^1.12.4",
"pinst": "^2.1.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^5.0.0",
"react-test-renderer": "^17.0.2",
"react-testing-library": "^5.9.0",
"regenerator-runtime": "^0.13.9",
"standard-version": "^9.3.1",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"resolutions": {
"@babel/core": "^7.5.4"
},
"peerDependencies": {
"framer-motion": "^4.1.17",
"react": "^17.0.2"
},
"browserslist": [
">0.1%",
"not dead",
"not op_mini all"
]
}