-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
115 lines (115 loc) · 2.92 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
{
"name": "balm-ui",
"version": "10.31.0",
"description": "A modular and customizable UI library based on Material Design and Vue 3",
"keywords": [
"balm",
"material",
"design",
"vue",
"vue-component",
"component",
"components",
"ui",
"framework",
"frontend"
],
"homepage": "https://material.balmjs.com",
"license": "MIT",
"author": {
"name": "Elf-mousE",
"email": "ifmouz@gmail.com",
"url": "http://elf-mouse.me"
},
"files": [
"src",
"dist",
"fonts",
"components",
"plugins",
"directives",
"utils",
"vetur"
],
"main": "dist/balm-ui.js",
"module": "dist/balm-ui.esm.js",
"types": "dist/balm-ui.d.ts",
"scripts": {
"update:mdc": "balm --mdc",
"update:mdi": "balm --mdi",
"update:mdi:json": "balm --mdi-json",
"update": "npm run update:mdc && npm run update:mdi",
"dev": "balm",
"prod": "cross-env NODE_ENV=production balm -p",
"docs": "cross-env NODE_ENV=production balm -p --docs",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balmjs/balm-ui.git"
},
"bugs": {
"url": "https://github.com/balmjs/balm-ui/issues"
},
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"dependencies": {
"deepmerge": "^4.3.1",
"flatpickr": "^4.6.13",
"material-components-web": "14",
"quill": "^2.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25",
"@babel/plugin-transform-optional-chaining": "^7.25",
"@babel/register": "^7.25",
"@babel/runtime-corejs3": "^7.25",
"@csstools/normalize.css": "^12.0.0",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^26.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@types/jest": "^29.0.0",
"@vue/compiler-sfc": "^3.4.0",
"@vue/test-utils": "^2.0.0",
"@vue/vue3-jest": "^29.0.0",
"axios": "^1.7.0",
"babel-jest": "^29.0.0",
"babel-plugin-prismjs": "^2.1.0",
"balm": "^4.31.0",
"clipboard": "^2.0.11",
"core-js": "^3.38.0",
"cross-env": "^7.0.3",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.0.0",
"font-awesome": "^4.7.0",
"gulp-replace": "^1.1.4",
"html-loader": "5.1.0",
"jest": "^29.0.0",
"jest-serializer-vue": "^3.0.0",
"markdown-loader": "^8.0.0",
"nyc": "^17.0.0",
"prettier": "^3.0.0",
"prismjs": "^1.29.0",
"rollup-plugin-vue": "^6.0.0",
"sanitize.css": "^13.0.0",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0",
"vue": "^3.4.0",
"vue-i18n": "^9.0.0",
"vue-loader": "^17.4.0",
"vue-meta": "^3.0.0-alpha.10",
"vue-router": "^4.0.0",
"webpack": "^5.94.0"
},
"peerDependencies": {
"vue": ">=3"
},
"private": false
}