-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.82 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.82 KB
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
{
"name": "outlook-vsts",
"engines": {
"node": ">=0.12.0"
},
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nimatra/OutlookVSTS.git"
},
"main": "index.js",
"scripts": {
"build:webpack": "NODE_ENV=production webpack --config config/webpack.prod.js",
"build": "npm run clean && npm run build:webpack",
"clean": "rimraf build",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-react-transform": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"body-parser": "^1.15.1",
"css-loader": "~0.23.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "*",
"fbjs": "^0.2.1",
"http": "*",
"https": "*",
"isomorphic-fetch": "^2.2.1",
"jquery": "*",
"less": "~2.6.1",
"less-loader": "~2.2.3",
"material-ui": "^0.14.4",
"moment": "^2.13.0",
"querystring": "*",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.1.2",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.2",
"redbox-react": "^1.2.2",
"redux": "^3.1.5",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"request": "*",
"rimraf": "^2.5.2",
"style-loader": "~0.13.1",
"tedious": "^1.14.0",
"ts-loader": "^0.8.1",
"tslint": "^3.3.0",
"tslint-loader": "^2.1.0",
"typescript": "^1.7.5",
"webpack": "^1.12.15",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.6.4"
},
"devDependencies": {},
"typescript": {
"definition": "office.d.ts"
}
}