-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·117 lines (117 loc) · 3.52 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
{
"name": "iot-web",
"version": "1.0.0",
"description": "iot web development",
"main": "index.js",
"repository": {
"url": "http://gitlab.test.amwares.com/llan/iot-web.git",
"type": "git"
},
"scripts": {
"start": "node bin/development.js",
"production": "node bin/production.js",
"build": "npm run clean && webpack --config webpack.build.js",
"clean": "rm -rf public/build/ && rm -rf dist/",
"test": "./node_modules/karma/bin/karma start test/karma.conf.js",
"dev": "npm start"
},
"dependencies": {
"antd": "^1.11.4",
"babel-cli": "^6.7.7",
"babel-core": "^6.9.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.9.1",
"co": "^4.6.0",
"debug": "^2.2.0",
"ejs": "^2.4.1",
"eslint": "^2.9.0",
"isomorphic-fetch": "^2.2.1",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-onerror": "^2.0.0",
"koa-router": "^7.0.0",
"koa-static-plus": "^0.1.1",
"koa-views": "^5.0.1",
"koa-webpack-dev-middleware": "^1.2.1",
"lodash": "^4.11.1",
"mockjs": "^1.0.1-beta3",
"normalize.css": "^5.0.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"asset-require-hook": "^1.0.2",
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-antd": "^0.5.1",
"babel-plugin-define": "^1.0.0",
"babel-plugin-inline-replace-variables": "^1.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-require-ignore": "^0.0.2",
"babel-polyfill": "^6.9.1",
"babel-preset-react-hmre": "^1.1.1",
"chai": "^3.5.0",
"chokidar": "^1.5.0",
"colors": "^1.1.2",
"copy-webpack-plugin": "^3.0.0",
"css-loader": "^0.23.1",
"enzyme": "^2.6.0",
"eslint-config-standard": "^5.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^1.3.2",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"fetch-mock": "^5.8.0",
"file-loader": "^0.9.0",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^1.8.0",
"koa-webpack-middleware": "^1.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^3.1.2",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^0.9.1",
"react-addons-test-utils": "^15.4.1",
"redux-logger": "^2.7.4",
"redux-mock-store": "^1.2.1",
"rucksack-css": "^0.8.6",
"should": "^11.1.1",
"sinon": "next",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
},
"author": "llan",
"license": "MIT"
}