-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
108 lines (108 loc) · 2.91 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
{
"name": "yaopai-mobile",
"version": "1.0.0",
"description": "use for web app with CI for YAOPAI",
"main": "index.js",
"engines": {
"node": "0.12.7"
},
"scripts": {
"build": "webpack -p",
"preinstall": "npm install [email protected]",
"postinstall": "npm run build",
"start": "webpack-dev-server & npm run server",
"test": "karma start",
"tdd": "karma start --auto-watch --no-single-run",
"lint": "eslint . --ext .js --ext .jsx",
"server": "node server.js",
"deploy": "npm run build && npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2remote/yaopai-mobile.git"
},
"keywords": [
"ci",
"web",
"app",
"react",
"yaopai",
"mobile"
],
"author": "2remote",
"license": "ISC",
"bugs": {
"url": "https://github.com/2remote/yaopai-mobile/issues"
},
"homepage": "https://github.com/2remote/yaopai-mobile#readme",
"devDependencies": {
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.4",
"babel-loader": "^5.3.2",
"babel-runtime": "^6.9.2",
"chai": "^3.4.1",
"clean-webpack-plugin": "^0.1.4",
"compression": "^1.6.2",
"css-loader": "^0.21.0",
"debug": "^2.2.0",
"eslint": "^1.9.0",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.8.0",
"express": "^4.13.3",
"functional.js": "^0.7.1",
"html-webpack-plugin": "^1.6.2",
"isparta-instrumenter-loader": "^0.2.1",
"json-loader": "^0.5.4",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.6",
"karma-spec-reporter": "0.0.22",
"karma-tap": "^1.0.3",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.3",
"node-libs-browser": "^0.5.3",
"node-sass": "^3.7.0",
"open-browser-webpack-plugin": "0.0.2",
"phantomjs": "^1.9.18",
"phantomjs-polyfill": "0.0.1",
"react-hot-loader": "^1.3.0",
"react-mixin": "^3.0.3",
"sass-loader": "^3.1.2",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
"superagent": "^1.5.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"webpack-merge": "^0.2.0"
},
"dependencies": {
"crypto": "0.0.3",
"dot-qs": "^0.2.0",
"express-session": "^1.13.0",
"https": "^1.0.0",
"jquery": "^2.1.4",
"net": "^1.0.2",
"object-assign": "^4.0.1",
"querystring": "^0.2.0",
"react": "^0.14.0",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.0",
"react-lazy-load": "^2.0.1",
"react-router": "^1.0.0",
"react-router-transition": "0.0.5",
"react-slick": "^0.9.3",
"react-swipe": "^2.3.0",
"react-tappable": "^0.6.0",
"react-weui": "^0.4.0",
"reflux": "^0.3.0",
"request": "^2.69.0",
"swipe-js-iso": "^2.0.1",
"underscore": "^1.8.3",
"validator": "^4.0.5",
"web-storage": "^1.0.0"
}
}