-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.3 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "zanm",
"version": "0.1.4",
"description": "A Mobile UI for Vue.js 2.0",
"keywords": [
"vue",
"ui-components",
"ui",
"uikit",
"ui-design",
"components",
"mobile",
"javascript",
"framework",
"zanm"
],
"homepage": "https://github.com/meitianyitan/zanm#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/meitianyitan/zanm.git"
},
"author": "Weich",
"license": "MIT",
"bugs": {
"url": "https://github.com/meitianyitan/zanm/issues"
},
"main": "lib/index.js",
"module": "es/index.js",
"style": "lib/zanm-css/index.css",
"typings": "types/index.d.ts",
"files": [
"es",
"lib",
"types"
],
"scripts": {
"bootstrap": "yarn || npm i && cd ./packages/zanm-css/ && yarn || npm i && cd ../../",
"dev": "node build/build-entry.js && webpack-serve --config build/webpack.dev.js",
"build:entry": "node build/build-entry.js",
"build:components": "node build/build-components.js --color",
"build:zanm-css": "gulp build --gulpfile packages/zanm-css/gulpfile.js --color --silent",
"build:zanm": "cross-env NODE_ENV=production webpack --color --config build/webpack.build.js && cross-env NODE_ENV=production webpack -p --color --config build/webpack.build.js",
"build:style": "node build/build-style.js",
"build:changelog": "zanm-doc changelog ./changelog.generated.md",
"build:iconfont": "gulp --gulpfile ./build/build-iconfont.js",
"build:lib": "node build/build-lib.js",
"build:site": "rimraf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.js && gh-pages -d docs/dist",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "node build/test-coverage.js",
"lint": "eslint --fix --ext .js,.vue \"**/*.{js,vue}\" \"*.{js,vue}\" && stylelint \"*.{vue,css,less}\" --fix",
"release": "sh build/release.sh"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint",
"git add"
],
"*.{vue,css,less}": [
"stylelint",
"git add"
]
},
"peerDependencies": {
"vue": ">=2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"vue-lazyload": "^1.2.6"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@vue/server-test-utils": "^1.0.0-beta.25",
"@vue/test-utils": "^1.0.0-beta.25",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"codecov": "^3.1.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cz-conventional-changelog": "^2.1.0",
"dependency-tree": "^6.2.1",
"eslint": "^5.6.1",
"eslint-plugin-vue": "^4.7.1",
"eslint-plugin-vue-libs": "^3.0.0",
"fast-glob": "^2.2.3",
"fast-vue-md-loader": "^1.0.3",
"gh-pages": "^2.0.1",
"gulp": "^3.9.1",
"gulp-iconfont": "^10.0.1",
"gulp-iconfont-css": "^2.3.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.1",
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lint-staged": "^7.3.0",
"md5-file": "^4.0.0",
"opn": "^5.4.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^2.6.2",
"shelljs": "^0.8.2",
"signale": "^1.3.0",
"style-loader": "^0.23.1",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"uppercamelcase": "^3.0.0",
"url-loader": "^1.1.1",
"vue": "2.5.17",
"vue-jest": "^2.6.0",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.17",
"vue-sfc-compiler": "^0.1.3",
"vue-template-compiler": "^2.5.17",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-serve": "^2.0.2",
"zanm-doc": "^0.2.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}