-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
155 lines (155 loc) · 5.11 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
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "atui",
"version": "0.1.34",
"description": "components built with Vue.js",
"main": "dist/atui.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aliqin/atui.git"
},
"homepage": "https://github.com/aliqin/atui",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"vue": "~2.3"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"src",
"lib",
"dist"
],
"keywords": [
"atui",
"vue-component",
"aliqin"
],
"devDependencies": {
"antd": "^1.6.3",
"antd-tools": "^0.10.0",
"autoprefixer": "~6.3.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-coverage": "^1.0.0",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"bisheng": "^0.7.1",
"bisheng-plugin-atui": "0.1.1",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-toc": "0.2.0",
"bluebird": "^3.4.1",
"chai": "~3.5.0",
"classnames": "~2.2.0",
"codecov": "^3.7.1",
"conventional-changelog": "^1.1.0",
"css-loader": "^0.21.0",
"dora-plugin-upload": "^0.3.1",
"enquire.js": "^2.1.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^5.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "~0.8.5",
"gh-pages": "5.0.0",
"git-rev-sync": "~1.6.0",
"intl": "^1.2.4",
"intl-locales-supported": "^1.0.0",
"istanbul": "~0.4.2",
"jquery": "^3.2.0",
"json-loader": "^0.5.4",
"jsonml.js": "^0.1.0",
"karma": "~1.3.0",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "~1.3.0",
"karma-mocha-reporter": "^2.0.4",
"karma-phantomjs-launcher": "~1.0.2",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.0",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^1.7.0",
"less": "~2.6.1",
"less-loader": "^2.2.0",
"lesshint": "^1.5.2",
"lodash": "^4.13.1",
"marked": "~0.3.5",
"mocha": "~3.1.2",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^0.9.1",
"pre-commit": "~1.1.2",
"precss": "^1.4.0",
"prismjs": "^1.3.0",
"rc-animate": "^2.3.1",
"rc-queue-anim": "~0.11.12",
"rc-scroll-anim": "^0.3.0",
"rc-tween-one": "~0.6.20",
"react": "^15.0.0",
"react-copy-to-clipboard": "^4.0.1",
"react-document-title": "^2.0.1",
"react-dom": "^15.0.0",
"react-github-button": "^0.1.1",
"react-intl": "^2.0.1",
"style-loader": "^0.13.0",
"url-loader": "~0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-html5-editor": "^0.4.2",
"vue-loader": "10.0.0",
"vue-router": "~0.7.13",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "~2.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.12.0"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"scripts": {
"lint": "npm run eslint && npm run lesshint",
"eslint": "eslint --fix --ext .js,.vue src",
"dev:test": "karma start build/karma.dev.config.js",
"lesshint": "lesshint src/styles -r scripts/lesshint-report.js",
"publish-npm": "npm run authors && npm publish",
"build": "npm run lint && NODE_ENV=production webpack --config build/webconfig.config.js --progress && cp node_modules/vue/dist/vue.js dist/vue.js && cp node_modules/vue/dist/vue.min.js dist/vue.min.js && npm run lib",
"test": "npm run lint && npm run test:unit",
"test:unit": "karma start build/karma.unit.config.js",
"test:cover": "karma start build/karma.cover.config.js",
"cover": "NODE_ENV=local karma start build/karma.cover.config.js",
"codecov": "cat ./coverage/lcov.info | ./node_modules/.bin/codecov",
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' > AUTHORS.txt",
"start": "webpack-dev-server --config build/webconfig.config.js --host 0.0.0.0 --hot & bisheng start -c ./site/bisheng.config.js",
"ghpages": "bisheng build -c ./site/bisheng.config.js && sh post-site.sh && gh-pages -d _site",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
"lib": "npm run transform && NODE_ENV=production webpack --config build/webpack.lib.js --progress",
"transform": "babel src/components/_utils -d lib/_utils && babel src/directives -d lib/directives && babel src/filters -d lib/filters"
},
"author": "aliqin fe team",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"bugs": {
"url": "https://github.com/aliqin/atui/issues"
},
"tnpm": {
"mode": "npm"
}
}