-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.94 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
{
"name": "mantine-datepicker-jalali",
"version": "1.2.3",
"description": "jalali datepicker of mantine library",
"types": "./declarations/index.d.ts",
"main": "./dist/index.js",
"scripts": {
"prepare": "npm run docgen && cd docs && yarn",
"docgen": "esno scripts/docgen/docgen",
"nojekyll": "esno scripts/nojekyll",
"docs": "cd docs && npm run dev",
"dev": "npm run docs",
"docs:build": "cd docs && npm run build",
"docs:serve": "cd docs && npm run serve",
"docs:deploy": "npm run docs:build && npm run nojekyll && gh-pages -d docs/out -t true",
"typecheck": "tsc --noEmit",
"typecheck:docs": "cd docs && npm run typecheck",
"lint": "eslint src --cache",
"lint:docs": "eslint docs --cache",
"jest": "jest",
"prettier:test": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
"test": "npm run typecheck && npm run lint && npm run prettier:test && npm run jest && npm run build && npm run test:docs && npm run docs:build",
"test:docs": "npm run typecheck:docs && npm run lint:docs",
"build:dts": "tsc && rimraf temp",
"build": "rollup --config .config/rollup.config.js",
"release": "esno scripts/release",
"storybook": "start-storybook -p 7534 -c .config/.storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Soheil-Saberi/mantine-datepicker-jalali.git"
},
"keywords": [
"mantine",
"datepicker",
"jalali",
"persian"
],
"author": "Soheil Saberi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soheil-Saberi/mantine-datepicker-jalali/issues"
},
"homepage": "https://github.com/Soheil-Saberi/mantine-datepicker-jalali#readme",
"peerDependencies": {
"@emotion/react": ">=11.9.0",
"@mantine/core": ">=5.0.0",
"@mantine/hooks": ">=5.0.0"
},
"dependencies": {
"dayjs": "^1.11.6"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.9.2",
"@mantine/ds": "^5.9.2",
"@mantine/hooks": "^5.9.2",
"@mantine/prism": "^5.9.2",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@storybook/builder-webpack4": "^6.5.14",
"@storybook/manager-webpack4": "^6.5.14",
"@storybook/react": "^6.5.14",
"@tabler/icons": "^1.116.1",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.11.13",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"babel-loader": "^9.1.0",
"esbuild": "^0.16.2",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-mantine": "^2.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"esno": "^0.16.3",
"execa": "^6.1.0",
"fs-extra": "^11.1.0",
"gh-pages": "^4.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"new-github-release-url": "^2.0.0",
"open": "^8.4.0",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^3.7.2",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-node-externals": "^5.0.2",
"signale": "^1.4.0",
"simple-git": "^3.15.1",
"storybook-dark-mode": "^2.0.4",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4",
"yargs": "^17.6.2"
}
}