-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.77 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.77 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
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
{
"name": "sun-creative-solution",
"version": "1.0.3",
"description": "",
"author": "Dubhe Zhang <zht.dubhe@gmail.com>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"start": "node build/dev-server.js",
"build": "node build/build.js",
"upload": "scp -r SunCreativeSolution.com root@out.dubheee.com:/var/sun/",
"uploadCybera": "scp -i ~/uare/.ssh/livebook.key -r SunCreativeSolution.com ubuntu@cybera.dubheee.com:/var/sun",
"uploadGCP": "scp -i ~/.ssh/id_rsa -r SunCreativeSolution.com dubhe@gcp.dubheee.com:/home/dubhe/sun",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "4.0.0",
"bootstrap-vue": "2.0.0-rc.1",
"chart.js": "^2.7.3",
"element-ui": "^2.5.4",
"font-awesome": "^4.7.0",
"is-url-external": "^1.0.3",
"jquery": "^3.3.1",
"mapbox-gl": "^0.52.0-beta.2",
"simple-line-icons": "^2.4.1",
"three": "^0.99.0",
"tween": "^0.9.0",
"vue": "^2.5.21",
"vue-append": "^1.1.3",
"vue-chartjs": "2.8.7",
"vue-codemirror": "^3.1.6",
"vue-images-loaded": "^1.1.2",
"vue-quill-editor": "^2.3.3",
"vue-router": "2.7.0",
"vue-scroll": "^2.1.9",
"vue-waterfall-easy": "^2.4.3",
"vue2-scrollspy": "^2.3.1",
"vueisotope": "^3.1.2"
},
"devDependencies": {
"autoprefixer": "7.1.4",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-istanbul": "4.1.5",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "1.6.0",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"chai": "4.1.2",
"chalk": "2.1.0",
"chromedriver": "2.32.3",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.1.0",
"cross-env": "5.0.5",
"cross-spawn": "^5.0.1",
"css-loader": "0.28.7",
"eslint": "4.8.0",
"eslint-config-standard": "10.2.1",
"eslint-friendly-formatter": "3.0.0",
"eslint-loader": "1.9.0",
"eslint-plugin-html": "3.2.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-vue": "^5.0.0",
"eventsource-polyfill": "^0.9.6",
"express": "4.16.1",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"friendly-errors-webpack-plugin": "1.6.1",
"html-webpack-plugin": "2.30.1",
"http-proxy-middleware": "0.17.4",
"inject-loader": "3.0.1",
"karma": "^3.1.3",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-phantomjs-shim": "^1.5.0",
"karma-sinon-chai": "1.3.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^3.0.5",
"lolex": "2.1.2",
"mocha": "^5.2.0",
"nightwatch": "^1.0.14",
"node-sass": "^4.11.0",
"opn": "5.1.0",
"optimize-css-assets-webpack-plugin": "3.2.0",
"ora": "1.3.0",
"phantomjs-prebuilt": "^2.1.15",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"selenium-server": "3.6.0",
"semver": "5.4.1",
"shelljs": "0.7.8",
"sinon": "4.0.0",
"sinon-chai": "2.14.0",
"url-loader": "^1.1.2",
"vue-loader": "^13.7.3",
"vue-style-loader": "3.0.3",
"vue-template-compiler": "^2.5.21",
"webpack": "3.6.0",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-dev-middleware": "1.12.0",
"webpack-hot-middleware": "2.19.1",
"webpack-merge": "4.1.0"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.4.0"
}
}