-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.81 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.81 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
{
"name": "@supplycart-my/ui",
"version": "3.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/supplycart/ui.git"
},
"scripts": {
"install-demo": "cd ./demo && pnpm install && pnpm link @supplycart/ui",
"serve": "cd ./demo && pnpm run dev",
"build-demo": "cd ./demo && pnpm run build",
"preview-demo": "cd ./demo && pnpm run preview",
"lint": "eslint src --format stylish",
"lint-fix": "eslint src --fix --format stylish"
},
"dependencies": {
"core-js": "^3.6.4",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"decimal.js": "^10.5.0",
"dinero.js": "^1.8.1",
"flatpickr": "^4.6.9",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.525.0",
"luxon": "^1.22.0",
"numeral": "^2.0.6",
"vue-currency-input": "^3.1.0",
"vue-flatpickr-component": "^11.0.4",
"vue-select": "4.0.0-beta.6"
},
"peerDependencies": {
"vue": "^3.4.27",
"@vue/compat": "^3.4.27"
},
"license": "MIT",
"devDependencies": {
"@babel/runtime": "^7.12.18",
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.18.0",
"@types/lodash-es": "^4.17.12",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"vue-eslint-parser": "^9.4.3"
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}