-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
92 lines (92 loc) · 2.68 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
{
"name": "rax-map",
"version": "0.0.11",
"description": "rax-map",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"lint": "eslint . --quiet --fix",
"site": "rm -rf _site && bisheng build && cp ./_theme/static/google04711c37f558a72c.html ./_site/google04711c37f558a72c.html",
"deploy": "bisheng build && bisheng gh-pages",
"build": "rm -rf lib && node babel-trans.js",
"start": "bisheng start",
"dev": "webpack-dev-server",
"push-alibaba": "git push --mirror https://github.com/alibaba/rax-map.git",
"cz": "git-cz",
"npm-publish": "npm run build && npm config set registry http://registry.npmjs.org && npm publish"
},
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/alibaba/rax-map.git"
},
"keywords": [
"map",
"react",
"rax"
],
"bugs": {
"url": "https://github.com/alibaba/rax-map/issues"
},
"homepage": "https://alibaba.github.io/rax-map/",
"license": "MIT",
"devDependencies": {
"@ali/eslint-plugin-tbfed": "^1.1.7",
"antd": "^2.7.4",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-rax": "^0.6.5",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"bisheng": "0.13.3",
"bisheng-plugin-antd": "0.3.2",
"bisheng-plugin-react": "0.2.2",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.26.1",
"cz-conventional-changelog": "^2.1.0",
"dora-plugin-proxy": "^0.8.5",
"eslint": ">=4.18.2",
"eslint-config-elemefe": "^0.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.30.1",
"isomorphic-style-loader": "^1.1.0",
"jsonml-to-react-component": "^0.2.6",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"style-loader": "^0.13.1",
"uglify-js": "^2.8.12",
"url-loader": "^0.5.7",
"webpack": "^4.x.x",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"@ali/eslint-config-tbfed": "^0.6.11",
"classnames": "^2.2.6",
"object-hash": "^1.3.1 ",
"prop-types": "^15.6.2",
"rax": "^0.6.5",
"rax-button": "^0.6.5",
"rax-picture": "^0.6.6",
"rax-recyclerview": "^0.6.5",
"rax-text": "^0.6.5",
"rax-touchable": "^0.6.5",
"rax-view": "^0.6.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}