forked from vuejs/vue-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.98 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
{
"name": "juejin-vue-loader",
"version": "9.5.3",
"description": "Vue loader for Juejin",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/WEBuster/juejin-vue-loader.git"
},
"keywords": [
"vue",
"webpack",
"loader"
],
"files": [
"index.js",
"lib"
],
"author": "Sjoerd Visscher, MopTym",
"license": "MIT",
"bugs": {
"url": "https://github.com/WEBuster/juejin-vue-loader/issues"
},
"homepage": "https://github.com/WEBuster/juejin-vue-loader",
"scripts": {
"lint": "eslint lib",
"test": "eslint lib && mocha --slow 5000 --timeout 10000",
"docs": "cd docs && gitbook serve",
"deploy-docs": "bash ./docs/deploy.sh"
},
"dependencies": {
"consolidate": "^0.14.0",
"hash-sum": "^1.0.2",
"js-beautify": "^1.6.3",
"loader-utils": "^0.2.10",
"lru-cache": "^4.0.1",
"object-assign": "^4.0.0",
"postcss": "^5.0.10",
"postcss-selector-parser": "^2.0.0",
"source-map": "^0.5.6",
"vue-hot-reload-api": "^2.0.6",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.0.1",
"vue-template-es2015-compiler": "^1.0.0"
},
"peerDependencies": {
"css-loader": "*"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"css-loader": "^0.23.1",
"eslint": "^2.9.0",
"eslint-config-vue": "^1.0.0",
"eslint-plugin-html": "^1.5.2",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"inject-loader": "^2.0.1",
"jade": "^1.11.0",
"jsdom": "^9.2.1",
"memory-fs": "^0.3.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"node-libs-browser": "^1.0.0",
"postcss": "^5.0.21",
"rimraf": "^2.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.0.0",
"sugarss": "^0.1.3",
"vue": "^2.0.0-rc.4",
"webpack": "^1.12.2"
}
}