forked from x-front-team/x-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.71 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 2.71 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
{
"name": "x-vue",
"version": "0.1.1",
"description": "vue components based on bootstrap",
"main": "dist/x-vue.min.js",
"scripts": {
"dev": "./build/dev.sh",
"start": "node server.js",
"test": "gulp test",
"deploy-doc": "./build/deploy_doc.sh"
},
"keywords": [
"vue",
"x",
"bootstrap"
],
"files": [
"dist/x-vue.min.js",
"dist/x-vue.js",
"dist/x-vue.css",
"dist/x-vue.min.css",
"component",
"style",
"CHANGELOG.md"
],
"author": "Jokcy <jokcylou@hotmail.com>",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-stage-0": "^6.3.13",
"bootstrap": "^4.0.0-alpha.2",
"bundle-loader": "^0.5.4",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"coveralls": "^2.11.6",
"css-loader": "^0.23.1",
"eslint": "^2.5.3",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.4.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-header": "^1.8.7",
"gulp-load-plugins": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.8.0",
"gulp-stylus": "^2.5.0",
"gulp-webpack": "^1.5.0",
"highlight.js": "^9.3.0",
"html-webpack-plugin": "^2.22.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jquery": "^2.2.2",
"karma": "^0.13.19",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23",
"karma-webpack": "^1.7.0",
"lodash": "^4.11.1",
"marked": "^0.3.5",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.0.0",
"mocha-loader": "^0.7.1",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.3",
"postcss-loader": "^0.8.2",
"rimraf": "^2.5.2",
"rollup-plugin-vue": "^2.0.0",
"run-sequence": "^1.1.5",
"scriptjs": "^2.5.8",
"scss-loader": "0.0.1",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"url-loader": "^0.5.7",
"vue": "^1.0.16",
"vue-demo-loader": "^0.1.0",
"vue-hot-reload-api": "^1.3.2",
"vue-html-loader": "^1.1.0",
"vue-loader": "^8.2.3",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.6.4"
},
"dependencies": {
"classnames": "^2.2.5",
"font-awesome": "^4.6.3"
}
}