-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "correlation-editor",
"version": "0.1.0",
"description": "a tool for editing correlations and related resources on a lyph server",
"main": "dist/index.html",
"scripts": {
"build": "webpack"
},
"author": "Michiel Helvensteijn <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "~3",
"babel-core": "~6",
"babel-loader": "~6",
"babel-plugin-angular2-annotations": "~5",
"babel-plugin-transform-class-properties": "~6",
"babel-plugin-transform-decorators-legacy": "~1",
"babel-plugin-transform-flow-strip-types": "~6",
"babel-polyfill": "~6",
"babel-preset-es2015": "~6",
"babel-preset-stage-0": "~6",
"babylon": "~6",
"css-loader": "~0.22",
"expose-loader": "~0.7",
"file-loader": "~0.8",
"html-webpack-plugin": "~1",
"imports-loader": "~0.6",
"node-sass": "~3",
"sass-loader": "~3",
"style-loader": "~0.13",
"url-loader": "~0.5",
"webpack": "~1",
"webpack-typescript": "~0.5"
},
"dependencies": {
"angular2": "2.0.0-beta.0 || >=2.0.0-beta.2",
"rxjs": "~5.0.0-beta",
"bootstrap-sass": "~3",
"golden-layout": "~1",
"jquery": "~2",
"promise-defer": "~1",
"reflect-metadata": "~0.1",
"scrollbar-size": "~1",
"superagent": "~1",
"superagent-as-promised": "~3",
"zone.js": "~0.5"
}
}