-
Notifications
You must be signed in to change notification settings - Fork 1
/
package_back.json
58 lines (58 loc) · 1.53 KB
/
package_back.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
{
"name": "xcsf-vue",
"version": "0.0.3",
"description": "a UI\u001b[D\u001b[D\u001b[VUE\u001b[2~ \u001b[2~UI",
"main": "dist/index.js",
"scripts": {
"start": "./node_modules/.bin/parcel --no-cache index.html",
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcsf/Vue-UI.git"
},
"keywords": [
"vue",
"ui"
],
"author": "xcsf",
"license": "MIT",
"bugs": {
"url": "https://github.com/xcsf/Vue-UI/issues"
},
"homepage": "https://github.com/xcsf/Vue-UI#readme",
"dependencies": {
"vue": "2.5.16",
"vue-hot-reload-api": "^2.3.1"
},
"devDependencies": {
"vue-server-renderer": "2.5.16",
"@vue/component-compiler-utils": "^2.5.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^5.2.0",
"parcel-bundler": "^1.11.0",
"sass": "^1.16.1",
"sass-loader": "^7.1.0",
"node-sass": "^4.9.2",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
"vuepress": "^0.14.4",
"vue-template-compiler": "2.5.16"
},
"resolutions": {
"webpack-dev-middleware": "3.6.0"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}