forked from ElemeFE/element
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
139 lines (139 loc) · 5.12 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
{
"name": "tmconsulting-ui",
"version": "1.3.2",
"author": "TeamcIO",
"description": "A Component Library for Vue.js.",
"main": "lib/tmconsulting-ui.common.js",
"files": [
"lib",
"src",
"packages",
"types"
],
"typings": "types/index.d.ts",
"scripts": {
"bootstrap": "yarn || npm i",
"build:file": "node build/bin/iconInit.js & node build/bin/build-entry.js & node build/bin/i18n.js & node build/bin/version.js",
"build:theme": "node build/bin/gen-cssfile && gulp build --gulpfile packages/theme-chalk/gulpfile.js && cp-cli packages/theme-chalk/lib lib/theme-chalk",
"build:utils": "cross-env BABEL_ENV=utils babel src --out-dir lib --ignore src/index.js",
"build:umd": "node build/bin/build-locale.js",
"clean": "rimraf lib && rimraf packages/*/lib && rimraf test/**/coverage && lerna clean --yes",
"deploy": "npm run deploy:build && gh-pages -d examples/tmconsulting-ui --remote eleme && del examples/tmconsulting-ui",
"deploy:build": "npm run build:file && cooking build -c build/cooking.demo.js -p && echo element.eleme.io>>examples/tmconsulting-ui/CNAME",
"dev": "npm run bootstrap && npm run build:file && cooking watch -c build/cooking.demo.js -p & node build/bin/template.js",
"dev:play": "npm run build:file && cross-env PLAY_ENV=true cooking watch -c build/cooking.demo.js -p",
"dist": "npm run clean && npm run build:file && npm run lint && cooking build -c build/cooking.conf.js,build/cooking.common.js,build/cooking.component.js -p && npm run build:utils && npm run build:umd && npm run build:theme",
"dist:all": "node build/bin/build-all.js && npm run build:theme",
"i18n": "node build/bin/i18n.js",
"lint": "eslint src/**/* test/**/* packages/**/* build/**/* --quiet",
"test": "npm run lint && npm run build:theme && cross-env CI_ENV=/dev/ karma start test/unit/karma.conf.js --single-run",
"test:watch": "npm run build:theme && karma start test/unit/karma.conf.js",
"update:icons": "node build/bin/iconInit.js"
},
"repository": {
"type": "git",
"url": "git@github.com:tmconsulting/tmc24-components.git"
},
"homepage": "https://github.com/tmconsulting/tmc24-components",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmconsulting/tmc24-components/issues"
},
"unpkg": "lib/index.js",
"style": "lib/theme-chalk/index.css",
"dependencies": {
"async-validator": "^1.10.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"deepmerge": "^1.5.2",
"lodash": "^4.17.15",
"moment-timezone": "^0.5.23",
"normalize-wheel": "^1.0.1",
"throttle-debounce": "^1.1.0",
"vue-the-mask": "^0.11.1"
},
"peerDependencies": {
"vue": "~2.6.10"
},
"devDependencies": {
"algoliasearch": "^3.30.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"chokidar": "^1.7.0",
"cooking": "^1.5.4",
"cooking-lint": "^0.1.4",
"cooking-vue2": "^0.3.3",
"copy-webpack-plugin": "^4.5.4",
"coveralls": "^2.13.3",
"cp-cli": "^1.1.2",
"cross-env": "^3.2.4",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.5",
"eslint": "4.14.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.6",
"eslint-plugin-json": "^1.2.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"file-save": "^0.2.0",
"gh-pages": "^0.11.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.2.1",
"highlight.js": "^9.13.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"inject-loader": "^3.0.1",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.7",
"json-templater": "^1.2.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.2.0",
"karma-sinon-chai": "^1.3.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.1",
"lerna": "^2.9.0",
"lolex": "^1.6.0",
"markdown-it": "^6.1.1",
"markdown-it-anchor": "^2.7.1",
"markdown-it-container": "^2.0.0",
"mocha": "^3.5.3",
"node-sass": "^4.9.4",
"perspective.js": "^1.0.0",
"postcss": "^5.2.18",
"postcss-loader": "^0.11.1",
"postcss-salad": "^1.0.8",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"sinon": "^1.17.7",
"sinon-chai": "^2.14.0",
"style-loader": "^0.19.1",
"svg-sprite-loader": "^3.9.2",
"svgo": "^1.1.1",
"svgo-loader": "^2.2.0",
"transliteration": "^1.6.6",
"uppercamelcase": "^1.1.0",
"url-loader": "^0.6.2",
"vue": "~2.6.10",
"vue-loader": "^13.7.3",
"vue-markdown-loader": "1",
"vue-router": "2.7.0",
"vue-template-compiler": "~2.6.10",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.5",
"webpack-node-externals": "^1.7.2"
}
}