blob: f80e620fa957ccdffe7c21774716f2e7dad5776f [file] [log] [blame]
Derick Montaguea2988f42020-01-17 13:46:30 -06001{
Patrick Williams7385e132022-12-08 06:13:13 -06002 "name": "webui-vue",
3 "version": "0.1.0",
4 "private": true,
5 "description": "OpenBMC Web UI using the Vue.js front-end framework",
6 "scripts": {
Ed Tanous7d6b44c2024-03-23 14:56:34 -07007 "serve": "check-node-version --package && vue-cli-service serve --mode development",
Patrick Williams7385e132022-12-08 06:13:13 -06008 "build": "check-node-version --package && vue-cli-service build",
9 "test:unit": "vue-cli-service test:unit",
10 "test:unit:debugger": "node --inspect-brk ./node_modules/jest/bin/jest.js --no-cache --runInBand",
11 "test:update": "vue-cli-service test:unit -u",
12 "lint": "vue-cli-service lint",
13 "docs:build": "vuepress build docs",
14 "docs:serve": "vuepress dev docs",
15 "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
16 },
17 "dependencies": {
Ed Tanous7d6b44c2024-03-23 14:56:34 -070018 "@carbon/icons-vue": "10.49.1",
19 "@novnc/novnc": "1.3.0",
Ed Tanous883a0d52024-03-23 14:56:34 -070020 "@vue/compat": "3.4.29",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070021 "@vue/vue3-jest": "27.0.0",
22 "@vuelidate/core": "2.0.3",
23 "@vuelidate/validators": "2.0.4",
Nikhil Ashoka129aecd2024-03-27 16:00:49 +053024 "axios": "1.6.0",
Ed Tanous01492c32024-04-20 16:34:54 -070025 "axios-cache-interceptor": "1.5.1",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070026 "bootstrap": "4.6.2",
27 "bootstrap-vue": "2.23.1",
28 "core-js": "3.23.4",
29 "date-fns": "2.28.0",
30 "date-fns-tz": "1.3.6",
31 "js-cookie": "3.0.1",
Patrick Williams7385e132022-12-08 06:13:13 -060032 "lodash": "4.17.21",
Ed Tanous883a0d52024-03-23 14:56:34 -070033 "vue": "3.4.29",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070034 "vue-i18n": "9.13.1",
35 "vue-loader": "17.4.2",
Ed Tanous883a0d52024-03-23 14:56:34 -070036 "vue-router": "4.4.0",
Nikhil Ashoka47bf8552024-06-11 12:19:11 +053037 "vuelidate": "0.7.7",
Ed Tanous883a0d52024-03-23 14:56:34 -070038 "vuex": "4.1.0",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070039 "webpack-cli": "5.1.4",
40 "xterm": "4.19.0",
Patrick Williams7385e132022-12-08 06:13:13 -060041 "xterm-addon-attach": "0.6.0",
42 "xterm-addon-fit": "0.5.0"
43 },
44 "devDependencies": {
Ed Tanous7d6b44c2024-03-23 14:56:34 -070045 "@intlify/vue-i18n-loader": "4.2.0",
46 "@vue/cli-plugin-babel": "5.0.8",
Ed Tanousa0c29202024-02-27 10:12:25 -080047 "@vue/cli-plugin-eslint": "5.0.8",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070048 "@vue/cli-plugin-router": "5.0.8",
49 "@vue/cli-plugin-unit-jest": "5.0.8",
50 "@vue/cli-plugin-vuex": "5.0.8",
51 "@vue/cli-service": "5.0.8",
52 "@vue/compiler-sfc": "3.4.21",
Ed Tanousa0c29202024-02-27 10:12:25 -080053 "@vue/eslint-config-prettier": "9.0.0",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070054 "@vue/test-utils": "2.4.5",
55 "autoprefixer": "9.8.6",
Patrick Williams7385e132022-12-08 06:13:13 -060056 "babel-plugin-transform-require-context": "0.1.1",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070057 "check-node-version": "4.2.1",
58 "compression-webpack-plugin": "10.0.0",
59 "css-loader": "7.1.1",
60 "eslint": "8.19.0",
Ed Tanousa0c29202024-02-27 10:12:25 -080061 "eslint-plugin-prettier": "5.1.3",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070062 "eslint-plugin-vue": "9.2.0",
63 "eslint-scope": "7.1.1",
64 "lint-staged": "13.0.3",
65 "postcss-loader": "8.1.1",
Ed Tanousa0c29202024-02-27 10:12:25 -080066 "prettier": "3.2.5",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070067 "sass": "1.75.0",
68 "sass-loader": "14.2.1",
69 "vue-cli-plugin-i18n": "2.3.1",
70 "vue-style-loader": "4.1.3",
Ed Tanousf8207742024-04-08 14:27:07 -070071 "vue-svg-inline-loader": "2.1.5",
Ed Tanous7d6b44c2024-03-23 14:56:34 -070072 "vuepress": "1.9.7"
Patrick Williams7385e132022-12-08 06:13:13 -060073 },
74 "engines": {
75 "node": ">=12.14.1"
76 },
77 "gitHooks": {
78 "pre-commit": "lint-staged && vue-cli-service test:unit"
79 },
80 "lint-staged": {
81 "*.{js,vue}": [
82 "vue-cli-service lint",
83 "git add"
84 ]
85 }
Derick Montaguea2988f42020-01-17 13:46:30 -060086}