forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.25 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "dashboard",
"version": "master",
"description": "Rancher Dashboard",
"repository": "https://github.com/rancherlabs/dashboard",
"license": "Apache-2.0",
"author": "Rancher Labs, Inc.",
"private": true,
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "./node_modules/.bin/eslint --max-warnings 0 --ext .js,.vue .",
"test": "./node_modules/.bin/nyc ava --serial --verbose",
"nuxt": "./node_modules/.bin/nuxt",
"dev": "./node_modules/.bin/nuxt dev",
"docker-dev": "docker run --rm --name dashboard-dev -p 8005:8005 -e API=$API -v $(pwd):/src -v dashboard_node:/src/node_modules rancher/dashboard:dev",
"build": "./node_modules/.bin/nuxt build --devtools",
"analyze": "./node_modules/.bin/nuxt build --analyze",
"start": "./node_modules/.bin/nuxt start",
"generate": "./node_modules/.bin/nuxt generate",
"dev-debug": "node --inspect ./node_modules/.bin/nuxt",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@innologica/vue-dropdown-menu": "^0.1.3",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/proxy": "^1.3.3",
"@popperjs/core": "^2.4.0",
"ansi_up": "^4.0.4",
"babel-plugin-module-resolver": "^4.0.0",
"browser-env": "^3.2.6",
"cookie": "^0.4.0",
"cookie-universal-nuxt": "^2.0.17",
"cronstrue": "^1.92.0",
"cross-env": "^6.0.3",
"d3": "^5.12.0",
"d3-selection": "^1.3.0",
"dagre-d3": "^0.6.3",
"dayjs": "^1.8.16",
"diff2html": "^2.11.2",
"dotenv": "^8.0.0",
"event-target-shim": "^5.0.1",
"express": "^4.17.1",
"file-saver": "^2.0.2",
"gsap": "^2.1.3",
"identicon.js": "^2.3.3",
"intl-messageformat": "^7.7.2",
"jquery": "^3.5.0",
"js-cookie": "^2.2.0",
"js-yaml": "^3.13.1",
"js-yaml-loader": "^1.2.2",
"jsdiff": "^1.1.1",
"jsdom-global": "^3.0.2",
"jsonpath": "^1.0.2",
"jsrsasign": "^8.0.15",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"nuxt": "2.12.2",
"portal-vue": "^2.1.5",
"require-extension-hooks": "^0.3.3",
"require-extension-hooks-babel": "^1.0.0-beta.1",
"require-extension-hooks-vue": "^3.0.0",
"sass-loader": "^8.0.2",
"set-cookie-parser": "^2.4.0",
"shell-quote": "^1.7.2",
"sinon": "^8.0.4",
"ts-node": "^8.3.0",
"url-parse": "^1.4.7",
"v-tooltip": "^2.0.2",
"vue-clipboard2": "^0.3.1",
"vue-codemirror": "^4.0.6",
"vue-js-modal": "^1.3.31",
"vue-resize": "^0.4.5",
"vue-select": "^3.9.1",
"vue-shortkey": "^3.1.7",
"vue2-transitions": "^0.3.0",
"xterm": "^4.7.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-search": "^0.7.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.8.0",
"yaml-js": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/runtime-corejs3": "^7.8.3",
"@nuxtjs/eslint-config": "^1.1.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/style-resources": "^1.0.0",
"@storybook/addon-actions": "^6.0.0-beta.20",
"@storybook/addon-docs": "^6.0.0-beta.20",
"@storybook/addon-knobs": "^6.0.0-beta.20",
"@storybook/addon-links": "^6.0.0-beta.20",
"@storybook/addons": "^6.0.0-beta.20",
"@storybook/preset-scss": "^1.0.2",
"@storybook/vue": "^6.0.0-beta.20",
"@vue/test-utils": "^1.0.0-beta.27",
"add": "^2.0.6",
"ava": "^2.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"core-js": "3",
"css-loader": "^3.4.2",
"eslint": "^7.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-ava": "^9.0.0",
"eslint-plugin-import": ">=2.16.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=1.0.0",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": ">=6.2.2",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"storybook-addon-themes": "^5.4.1",
"style-loader": "^1.1.2",
"yarn": "^1.22.4"
},
"ava": {
"files": [
"test/**/*"
],
"require": [
"./test/_setup.js"
],
"tap": true,
"verbose": true
},
"nyc": {
"extension": [
".js",
".vue"
]
}
}