-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.58 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
{
"name": "vueify-sync",
"version": "0.2.0",
"description": "Vueify Sync Version, Vueify 同步版本",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/okoala/vueify-sync"
},
"keywords": [
"vue",
"browserify"
],
"author": "Koala Huang",
"license": "MIT",
"bugs": {
"url": "https://github.com/okoala/vueify-sync/issues"
},
"scripts": {
"test": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000"
},
"homepage": "https://github.com/okoala/vueify-sync",
"dependencies": {
"autoprefixer": "^6.0.3",
"chalk": "^1.1.1",
"cssnano": "^3.3.2",
"de-indent": "^1.0.2",
"es6-promise": "^3.0.2",
"hash-sum": "^1.0.2",
"html-minifier": "^1.0.0",
"lru-cache": "^2.7.0",
"object-assign": "^4.0.1",
"parse5": "^2.1.0",
"postcss": "^5.0.10",
"postcss-selector-parser": "^1.3.0",
"through": "^2.3.6",
"vue-template-validator": "^1.0.1"
},
"peerDependencies": {
"vueify-insert-css": "^1.0.0",
"babel-core": "^6.1.2",
"babel-runtime": "^5.8.0",
"babel-preset-es2015": "^6.1.2",
"babel-plugin-transform-runtime": "^6.1.2",
"vue-hot-reload-api": "^1.2.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"jade": "^1.11.0",
"less": "^2.5.1",
"mocha": "^2.3.3",
"node-sass": "^3.3.3",
"stylus": "^0.52.4",
"vueify-insert-css": "^1.0.0",
"babel-core": "^6.1.2",
"babel-runtime": "^5.8.0",
"babel-preset-es2015": "^6.1.2",
"babel-plugin-transform-runtime": "^6.1.2",
"vue-hot-reload-api": "^1.2.0"
}
}