-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "@adyen/lume",
"version": "1.11.3",
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.",
"type": "module",
"license": "MIT",
"homepage": "https://lumedataviz.com",
"repository": {
"type": "git",
"url": "https://github.com/Adyen/lume.git"
},
"scripts": {
"build": "pnpm --parallel -r --filter='./packages/*' run build && pnpm run build:types",
"build:storybook": "NODE_ENV=production pnpm --filter='./packages/vue3' run build:storybook -o ../../storybook",
"build:types": "pnpm --filter='./packages/*' run build:types",
"confighooks": "git config core.hooksPath ./git-hooks",
"pack": "pnpm -r --filter='./packages/vue*' run pack",
"prepare": "pnpm run confighooks && echo \" ✔ Git hooks path configured to ./git-hooks\"",
"release": "release-it",
"storybook": "pnpm --parallel -r --filter='./packages/*' run storybook",
"test": "pnpm --filter='./packages/vue3' run test"
},
"devDependencies": {
"@release-it-plugins/workspaces": "3.2.0",
"@types/node": "18.19.47",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"auto-changelog": "2.4.0",
"css-loader": "6.7.2",
"eslint": "8.57.1",
"eslint-plugin-vue": "9.21.1",
"glob": "8.0.3",
"mini-css-extract-plugin": "2.9.1",
"prettier": "2.8.8",
"release-it": "15.6.0",
"resize-observer-polyfill": "1.5.1",
"sass": "1.77.8",
"sass-loader": "13.3.3",
"typescript": "4.9.5",
"webpack": "5.94.0",
"webpack-cli": "5.1.4"
},
"keywords": [
"Lume",
"LumeJS",
"Lume Design System",
"Data Visualization",
"Charts",
"d3.js",
"SVG charts",
"Bar charts",
"Single bar chart",
"Grouped bar chart",
"Stacked bar chart",
"Sparkline chart",
"Line chart",
"Alluvial charts",
"Sankey diagrams",
"Vue chart library",
"Vue",
"Vue 2.7"
],
"maintainers": [
"Govind Srinidhi <govind.srinidhi@adyen.com>",
"Joao Santos <joao.dossantos@adyen.com>"
],
"contributors": [
"Lucas van Heerikhuizen <lucas.vanheerikhuizen@adyen.com>",
"Vivian Joseph <vivian.joseph@adyen.com>"
]
}