-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.66 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
{
"name": "host-console",
"version": "1.0.0-rc.4",
"private": true,
"homepage": "https://holo-host.github.io/host-console-ui/",
"scripts": {
"dev": "VITE_UI_VERSION=$npm_package_version vite",
"preview": "VITE_UI_VERSION=$npm_package_version vite build && vite preview",
"build": "VITE_UI_VERSION=$npm_package_version VITE_USE_REAL_PUB_KEY=true vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test": "yarn vitest",
"start-mock-hpos-api": "node mock-hpos-api/runMockHposApi.js",
"start-mock-hpos-api-with-auth": "node mock-hpos-api/runMockHposApi.js --email [email protected] --password asasas"
},
"dependencies": {
"@headlessui/vue": "^1.7.17",
"@heroicons/vue": "^2.0.17",
"@holo-host/hp-admin-keypair": "^0.3.0",
"@msgpack/msgpack": "^2.8.0",
"@vueuse/components": "^10.1.2",
"@vueuse/core": "^10.1.2",
"apexcharts": "^3.45.2",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"click-outside-vue3": "^4.0.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"email-validator": "^2.0.4",
"fast-json-stable-stringify": "^2.1.0",
"js-sha512": "^0.8.0",
"moment": "^2.29.4",
"os-browserify": "^0.3.0",
"papaparse": "^5.4.1",
"path-browserify": "^1.0.1",
"pinia": "^2.0.35",
"sass": "^1.62.1",
"vite-plugin-require": "^1.1.10",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@pinia/testing": "^0.0.16",
"@rollup/plugin-inject": "^5.0.3",
"@types/papaparse": "^5.3.14",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitejs/plugin-vue": "^4.2.1",
"@vitest/ui": "^0.30.1",
"@vue/compiler-sfc": "^3.2.47",
"@vue/test-utils": "^2.3.2",
"buffer": "^6.0.3",
"eslint": "8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-chai-expect": "^3.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.11.0",
"express": "^4.18.2",
"gh-pages": "^5.0.0",
"happy-dom": "^9.10.2",
"prettier": "^2.8.8",
"storybook": "^7.0.7",
"typescript": "^5.0.4",
"vite": "^4.3.4",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-wasm": "^3.2.2",
"vitest": "^0.30.1",
"vue-loader": "^17.1.0",
"yargs": "^17.7.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}