-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.64 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
{
"name": "neoui-kero",
"version": "3.2.4",
"description": "neoui kero",
"main": "js/index.js",
"scripts": {
"r-watch": "rollup -c -w",
"r-build": "rollup -c",
"watch": " webpack --progress --colors --watch --mode=dev",
"build": "webpack --colors --progress --mode=build",
"dev": "webpack --progress --colors --mode=dev",
"es": "babel src -d lib",
"dist": "webpack --progress --colors --mode=dev && webpack --colors --progress --mode=build && node version --mode=dev && node version --mode=build",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js",
"product": "npm run es && npm run r-build && gulp",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"docs": "node bin/mdconcat.js"
},
"dependencies": {
"compox": "^3.2.2",
"kero": "^3.2.5",
"neoui-kero-mixin": "^3.2.3",
"tinper-neoui": "^3.2.5",
"tinper-sparrow": "^3.2.4"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.2.0",
"deepmerge": "^1.3.2",
"eslint": "^3.2.2",
"eslint-loader": "^1.5.0",
"file": "^0.2.2",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-rollup-each": "^0.2.2",
"mocha": "^3.0.2",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-license": "^0.3.0",
"rollup-plugin-multi-entry": "^2.0.1",
"rollup-plugin-multidest": "^1.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.2",
"rollup-watch": "^3.2.2",
"uglify-js-harmony": "^2.7.7",
"webpack": "^2.2.1",
"yargs": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/neoui-kero.git"
},
"author": "yonyou FED",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/neoui-kero/issues"
},
"homepage": "https://github.com/iuap-design/neoui-kero#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}