-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
82 lines (82 loc) · 2.2 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
{
"name": "autoresponsive-vue",
"description": "Auto Responsive Layout Library For Vue",
"version": "1.0.22",
"keywords": [
"vue",
"responsive",
"layout",
"layout component",
"ui component",
"ui",
"component"
],
"files": [
"dist/**/*.js"
],
"scripts": {
"dev": "webpack-dev-server --mode=development",
"dev:test": "cross-env NODE_ENV=test npm run dev",
"prepublish": "npm run build",
"lint": "eslint --fix --ext .js,.vue examples homepage src test",
"build": "cross-env NODE_ENV=production webpack -p",
"serve": "npm run dev:test &",
"test": "macaca run -d ./test",
"ci": "npm run lint && npm run serve && npm run test",
"contributor": "git-contributor"
},
"main": "dist",
"repository": {
"type": "git",
"url": "https://github.com/xudafeng/autoresponsive-vue.git"
},
"dependencies": {
"autoresponsive-core": "^1.0.1",
"exenv": "^1.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.17.0",
"babel-loader": "^7.1.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"bluebird": "^3.5.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^1.2.1",
"fork-me-on-github-vue": "^1.0.1",
"git-contributor": "1",
"highlight.js": "~8.3.0",
"husky": "^1.3.1",
"json-loader": "^0.5.7",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"macaca-cli": "^2.0.12",
"macaca-electron": "11",
"macaca-wd": "^1.1.1",
"marked": "^0.3.6",
"style-loader": "^0.21.0",
"vue": "2",
"vue-loader": "^15.2.1",
"vue-template-compiler": "^2.5.3",
"webpack": "^4.10.0",
"webpack-cli": "^3.0.1",
"webpack-dev-server": "^3.1.4",
"xutil": "^1.0.9"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}