-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
{
"name": "@coboxcoop/ui",
"version": "1.1.0-alpha.1",
"private": true,
"license": "AGPL-3.0-or-later",
"author": "magma-collective",
"scripts": {
"dev": "NODE_ENV=development vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@bugsnag/js": "^7.1.1",
"@bugsnag/plugin-vue": "^7.1.1",
"axios": "^0.21.1",
"bowser": "^2.10.0",
"bytes": "^3.1.0",
"clipboard-copy": "^3.1.0",
"core-js": "^3.4.3",
"d3": "^5.15.0",
"dotenv": "^8.2.0",
"faker": "^4.1.0",
"lodash": "^4.17.15",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-feather-icons": "^5.1.0",
"vue-router": "^3.1.3",
"vue-shortkey": "^3.1.7",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-pwa": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/test-utils": "1.0.0-beta.29",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"jest": {
"preset": "@vue/cli-plugin-unit-jest"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/coboxcoop/ui.git"
},
"bugs": {
"url": "https://gitlab.com/coboxcoop/ui/issues"
},
"homepage": "https://cobox.cloud"
}