-
-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.25 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.25 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
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
{
"name": "dash_mantine_components",
"version": "2.6.1",
"description": "Plotly Dash Components based on Mantine",
"main": "index.ts",
"repository": {
"type": "git",
"url": "git://github.com/snehilvj/dash-mantine-components.git"
},
"bugs": {
"url": "https://github.com/snehilvj/dash-mantine-components/issues"
},
"homepage": "https://github.com/snehilvj/dash-mantine-components",
"scripts": {
"build:js::dev": "webpack --mode development",
"build:js": "webpack --mode production",
"build:backends": "dash-generate-components ./src/ts/components dash_mantine_components -p package-info.json --ignore \\.test\\.",
"build": "npm run build:js && npm run build:backends",
"watch": "npm run build:js::dev -- --watch",
"dist": "python -m build --sdist --wheel --outdir dist/",
"format": "prettier --write src --ignore-path=.prettierignore"
},
"devDependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
"@types/ramda": "^0.30.1",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"css-loader": "^6.10.0",
"dash-extensions-js": "^0.0.8",
"npm-run-all": "4.1.5",
"ramda": "^0.30.1",
"react": "^18.2.0",
"react-docgen": "^5.4.0",
"react-dom": "^18.2.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "5.6.3",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"prettier": "^3.2.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Snehil Vijay <snehilvj@outlook.com>",
"license": "MIT",
"dependencies": {
"@mantine/carousel": "8.3.17",
"@mantine/charts": "8.3.17",
"@mantine/code-highlight": "8.3.17",
"@mantine/core": "8.3.17",
"@mantine/dates": "8.3.17",
"@mantine/hooks": "8.3.17",
"@mantine/notifications": "8.3.17",
"@mantine/nprogress": "8.3.17",
"@mantine/spotlight": "8.3.17",
"@mantine/tiptap": "8.3.17",
"@plotly/dash-component-plugins": "^1.2.0",
"@tiptap/extension-table": "3.14.0",
"@tiptap/extension-image": "3.14.0",
"@tiptap/core": "^3.14.0",
"@tiptap/extension-highlight": "^3.14.0",
"@tiptap/extension-history": "^3.14.0",
"@tiptap/extensions": "^3.14.0",
"@tiptap/extension-subscript": "^3.14.0",
"@tiptap/extension-superscript": "^3.14.0",
"@tiptap/extension-list": "^3.14.0",
"@tiptap/extension-text-align": "^3.14.0",
"@tiptap/extension-text-style": "^3.14.0",
"@tiptap/extension-code-block-lowlight": "^3.14.0" ,
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"lowlight": "^3.3.0",
"dayjs": "^1.11.13",
"embla-carousel-auto-scroll": "^8.5.2",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"is-absolute-url": "^4.0.1",
"recharts": "^2.15.4",
"highlight.js": "^11.11.1"
},
"files": [
"/dash_mantine_components/*{.js,.map}",
"LICENSE"
]
}