UNPKG

1.69 kBJSONView Raw
1{
2 "name": "wm-offline",
3 "version": "1.2.0",
4 "description": "waimai offline dev tool",
5 "main": "client.js",
6 "bin": {
7 "wm-offline": "bin/offline"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/lin-xi/wmOffline.git"
12 },
13 "keywords": [
14 "wm-offline",
15 "wmOffline",
16 "Offline"
17 ],
18 "author": "linxi",
19 "license": "MIT",
20 "dependencies": {
21 "bluebird": "^3.4.7",
22 "chalk": "^1.1.3",
23 "commander": "^2.9.0",
24 "express": "^4.14.0",
25 "jade": "^1.11.0",
26 "jszip": "^3.0.0",
27 "material-ui": "^0.15.1",
28 "md5": "^2.1.0",
29 "memory-cache": "^0.1.6",
30 "ora": "^1.1.0",
31 "progress": "^1.1.8",
32 "qrcode.react": "^0.6.1",
33 "react": "^15.3.2",
34 "react-dom": "^15.3.2",
35 "react-tap-event-plugin": "^1.0.0",
36 "socket.io-client": "^1.4.8"
37 },
38 "devDependencies": {
39 "add-asset-html-webpack-plugin": "^0.2.0",
40 "autoprefixer-loader": "^3.2.0",
41 "babel": "^5.0.12",
42 "babel-core": "^5.0.12",
43 "babel-loader": "^5.0.0",
44 "babel-preset-es2015": "^6.1.2",
45 "babel-preset-react": "^6.1.2",
46 "css-loader": "^0.17.0",
47 "extract-text-webpack-plugin": "^1.0.1",
48 "file-loader": "^0.8.4",
49 "html-webpack-plugin": "^1.6.1",
50 "less": "^2.5.3",
51 "less-loader": "^2.2.0",
52 "react-hot-loader": "^1.1.5",
53 "react-proxy-loader": "^0.3.4",
54 "rimraf": "^2.4.4",
55 "style-loader": "^0.12.3",
56 "url-loader": "^0.5.6",
57 "webpack": "^1.8.4",
58 "webpack-dev-server": "^1.8.0",
59 "webpack-md5-hash": "0.0.4"
60 },
61 "scripts": {
62 "start": "node server.js",
63 "dev": "node dev.js",
64 "build": "rimraf page/build/* && webpack --config webpack.config.production.js"
65 }
66}