forked from vuikit/vuikit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.78 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
{
"name": "vuikit",
"version": "0.6.2",
"description": "UIkit with all the power of Vue",
"author": {
"name": "ZOOlanders",
"url": "http://www.zoolanders.com"
},
"keywords": [
"library",
"vue",
"vuejs",
"uikit",
"vuikit"
],
"main": "dist/vuikit.common.js",
"files": [
"dist",
"src"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vuikit/vuikit.git"
},
"bugs": {
"url": "https://github.com/vuikit/vuikit/issues"
},
"homepage": "https://github.com/vuikit/vuikit",
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"docs": "node build/build.docs.js",
"deploy": "cd build && ./deploy.sh",
"test": "karma start build/karma.conf.js"
},
"dependencies": {
"moment": "^2.14.1",
"vue": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-helper-vue-jsx-merge-props": "^2.0.1",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.1.4",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-plugin-transform-vue-jsx": "^3.1.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"chromedriver": "^2.21.2",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.26.1",
"eslint": "^3.6.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"function-bind": "^1.0.2",
"html-webpack-plugin": "^2.8.1",
"inject-loader": "^2.0.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"js-beautify": "^1.6.3",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.0",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^1.7.0",
"lodash": "^4.12.0",
"lodash-webpack-plugin": "^0.10.6",
"ora": "^0.3.0",
"phantomjs-prebuilt": "^2.1.1",
"shelljs": "^0.7.4",
"tether": "^1.3.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.5",
"vue-html-loader": "^1.0.0",
"vue-loader": "^10.0.2",
"vue-router": "^2.0.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.6",
"vuikit-docs": "^0.1.1",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-merge": "^1.1.1"
}
}