-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
149 lines (142 loc) · 4.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
140
141
142
143
144
145
146
147
148
149
{
"name": "jmui",
"description": "Mobile UI React Components",
"author": "Jimmy Chou <[email protected]>",
"license": "MIT",
"version": "0.1.9",
"repository": {
"type": "git",
"url": "https://github.com/choujimmy/jmui.git"
},
"bugs": {
"url": "https://github.com/choujimmy/jmui/issues"
},
"homepage": "https://choujimmy.github.io/jmui",
"author": "Jimmy Chou <[email protected]>",
"keywords": [
"react",
"ui",
"mobile",
"framework",
"components",
"library",
"wechat",
"react-component"
],
"main": "./lib/",
"jsnext:main": "./src/",
"files": [
"dist",
"lib"
],
"scripts": {
"clean": "rimraf lib dist",
"clean:kitchensink": "rimraf site/kitchensink",
"lint": "eslint src",
"build:watch": "babel src --watch --out-dir lib",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack --config build/webpack.config.js",
"build:file": "node build/publish.js",
"build": "npm run build:lib && npm run build:umd && npm run build:file",
"test": "karma start build/karma.conf.js --single-run",
"test:watch": "karma start build/karma.conf.js",
"codecov": "cat coverage/lcov/lcov.info | codecov",
"kitchensink:ios": "better-npm-run kitchensink:ios",
"kitchensink:ios:dev": "better-npm-run kitchensink:ios:dev",
"preversion": "npm run clean",
"version": "npm run build",
"postversion": "git push && git push --tags && npm run clean",
"prepublish": "npm run clean && npm run build",
"site:dev": "node build/siteDevServer.js",
"site": "npm run clean:kitchensink && npm run kitchensink:ios && node build/ghpages.js"
},
"betterScripts": {
"kitchensink:ios:dev": {
"command": "node build/kitchenSinkIOSDevServer.js",
"env": {
"NODE_ENV": "development",
"DEBUG": "app:*"
}
},
"kitchensink:ios": {
"command": "webpack --config build/webpack.kitchensink.ios.config.js",
"env": {
"NODE_ENV": "production",
"DEBUG": "app:*"
}
}
},
"dependencies": {
"dom-helpers": "^2.4.0",
"classnames": "^2.2.3"
},
"peerDependencies": {
"react": "^0.15.2",
"react-dom": "^0.15.2",
"react-addons-css-transition-group": "^0.15.2"
},
"devDependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"babel-core": "^6.6.0",
"babel-cli": "^6.6.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.6.5",
"babel-runtime": "^6.6.0",
"babel-eslint": "6.0.0-beta.2",
"eslint": "^2.3.0",
"eslint-config-standard": "^5.1.0",
"eslint-config-standard-react": "^2.3.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^4.2.0",
"eslint-plugin-standard": "^1.3.2",
"eslint-plugin-promise": "^1.1.0",
"less": "^2.6.1",
"fs-extra": "^0.26.5",
"enzyme": "^2.0.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"cheerio": "^0.20.0",
"mocha": "^2.4.5",
"chai": "^3.5.0",
"gh-pages": "0.11.0",
"gitbook": "^2.1.2",
"phantomjs-prebuilt": "^2.1.5",
"codecov": "^1.0.1",
"rimraf": "^2.5.2",
"express": "^4.13.4",
"react-router": "^2.0.0",
"better-npm-run": "^0.0.8",
"karma": "^0.13.21",
"karma-coverage": "^0.5.5",
"karma-mocha": "^0.2.2",
"karma-chai": "^0.1.0",
"karma-mocha-reporter": "^2.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"karma-sourcemap-loader": "^0.3.7",
"css-loader": "^0.23.1",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"file-loader": "^0.8.5",
"babel-loader": "^6.2.4",
"eslint-loader": "^1.3.0",
"isparta-loader": "^2.0.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.9.1",
"html-webpack-plugin": "^2.9.0"
},
"engines": {
"node": ">=4.3.0 <6.0",
"npm": "^3.0.0"
},
"npmName": "jmui"
}