-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
67 lines (67 loc) · 2.28 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
{
"name": "dash_mantine_components",
"version": "0.15.0",
"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",
"build:backends": "dash-generate-components ./src/ts/components dash_mantine_components -p package-info.json --r-prefix '' --jl-prefix '' --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/"
},
"devDependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@types/ramda": "^0.30.1",
"@types/react": "^18.2.55",
"css-loader": "^6.10.0",
"dash-extensions-js": "^0.0.8",
"npm-run-all": "^2.1.0",
"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"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Snehil Vijay <snehilvj@outlook.com>",
"license": "MIT",
"dependencies": {
"@mantine/carousel": "7.14.1",
"@mantine/charts": "7.14.1",
"@mantine/code-highlight": "7.14.1",
"@mantine/core": "7.14.1",
"@mantine/dates": "7.14.1",
"@mantine/hooks": "7.14.1",
"@mantine/notifications": "7.14.1",
"@mantine/nprogress": "7.14.1",
"@mantine/spotlight": "7.14.1",
"dayjs": "^1.11.10",
"embla-carousel-auto-scroll": "^8.4.0",
"embla-carousel-autoplay": "^8.4.0",
"embla-carousel-react": "^8.4.0",
"is-absolute-url": "^4.0.1",
"jsonpath": "^1.1.1",
"recharts": "^2.13.3"
},
"files": [
"/dash_mantine_components/*{.js,.map}",
"LICENSE"
]
}