-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 3.26 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
{
"name": "blockcluster-frontend",
"version": "0.13.0",
"private": true,
"author": {
"name": "jojomatik",
"email": "[email protected]"
},
"scripts": {
"install_all": "concurrently \"npm install\" \"cd backend && npm install\"",
"serve": "concurrently \"vue-cli-service serve --port 8081\" \"cd backend && cross-env NODE_ENV=develop npm start\"",
"build": "vue-cli-service build",
"build_all": "concurrently \"vue-cli-service build\" \"cd backend && npm run build\"",
"start": "cd backend && node dist/backend/src/backend.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"semantic-release": "semantic-release",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic"
},
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@mdi/font": "^7.1.96",
"apexcharts": "^3.36.3",
"core-js": "^3.27.2",
"moment": "^2.29.4",
"socket.io-client": "^4.5.4",
"uuid": "^9.0.0",
"vue": "^2.7.14",
"vue-apexcharts": "^1.6.2",
"vue-class-component": "^7.2.3",
"vue-i18n": "^8.28.2",
"vue-meta": "^2.4.0",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.6.5",
"vue-socket.io-extended": "^4.2.0",
"vuetify": "^2.6.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@storybook/vue": "^6.5.15",
"@types/jest": "^29.4.0",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"chromatic": "^6.15.0",
"concurrently": "^7.6.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-vue": "^8.7.1",
"license-checker-webpack-plugin": "^0.2.1",
"prettier": "^2.8.3",
"sass": "~1.32.13",
"sass-loader": "^10.0.0",
"semantic-release": "^20.1.0",
"socket.io": "^4.5.4",
"typescript": "~4.9.5",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-template-compiler": "^2.7.14",
"vuetify-loader": "^1.9.2"
},
"bugs": {
"url": "https://github.com/jojomatik/blockcluster/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/jojomatik/blockcluster",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/jojomatik/blockcluster.git"
}
}