-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "outlook-api-client-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm build && node jasmine.js",
"build": "node node_modules/gulp/bin/gulp.js build:prod",
"start": "node node_modules/gulp/bin/gulp.js"
},
"author": "Ken Chau <[email protected]>",
"license": "MIT",
"dependencies": {
"express": "^4.13.4",
"mobx": "^3.2.1",
"mobx-react": "^4.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.1.2",
"simple-oauth2": "^1.3.0",
"todomvc-app-css": "^2.0.4",
"todomvc-common": "^1.0.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.2.1",
"gulp-util": "^3.0.7",
"jasmine": "^2.4.1",
"jasmine-spec-reporter": "^4.1.1",
"livereload": "^0.6.2",
"livereload-js": "^2.2.2",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^2.0.0",
"style-loader": "^0.18.2",
"ts-helper": "0.0.1",
"ts-loader": "^2.3.1",
"typescript": "^2.4.2",
"webpack": "^3.3.0",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^2.6.0",
"webpack-notifier": "^1.3.0"
}
}