-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.1 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ns8-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"watch": "vue-cli-service build --watch",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"format": "prettier --write src/"
},
"dependencies": {
"@carbon/grid": "^10.26.0",
"@carbon/icons-vue": "^10.37.0",
"@carbon/themes": "^10.34.0",
"@carbon/vue": "^2.40.0",
"@nethserver/ns8-ui-lib": "^1.6.0",
"await-to-js": "^3.0.0",
"axios": "^0.30.2",
"carbon-components": "^10.41.0",
"core-js": "^3.6.5",
"d3": "^7.1.1",
"lodash": "^4.17.21",
"lottie-web-vue": "^1.2.0",
"mark.js": "^8.11.1",
"qrcode.vue": "^1.7.0",
"uuid": "^3.4.0",
"vue": "^2.6.11",
"vue-axios": "^3.2.4",
"vue-clipboard2": "^0.3.3",
"vue-date-fns": "^2.0.1",
"vue-debounce": "^3.0.0",
"vue-gallery": "^2.0.1",
"vue-i18n": "^8.24.4",
"vue-infinite-loading": "^2.4.5",
"vue-native-websocket": "^2.0.14",
"vue-router": "^3.2.0",
"vue-text-highlight": "^2.0.10",
"vue-toastification": "^1.7.11",
"vue2-timepicker": "^1.1.6",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/preset-scss": "^1.0.3",
"@storybook/vue": "^6.2.9",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass": "^1.34.1",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.11"
},
"packageManager": "yarn@3.3.1"
}