-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.55 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.55 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
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin",
"test": "tsc --noEmit && tslint app/**/*.ts app/*.ts",
"postinstall": "cp node_modules/materialize-css/js/date_picker/picker.js node_modules/materialize-css/bin/"
},
"dependencies": {
"@angular/common": "^2.0.1",
"@angular/compiler": "^2.0.1",
"@angular/core": "^2.0.1",
"@angular/forms": "^2.0.1",
"@angular/http": "^2.0.1",
"@angular/platform-browser": "^2.0.1",
"@angular/platform-browser-dynamic": "^2.0.1",
"@angular/router": "3.0.0",
"angular2-in-memory-web-api": "0.0.20",
"angular2-materialize": "^5.1.4",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"hammerjs": "^2.0.8",
"jquery": "^2.2.4",
"materialize-css": "^0.97.7",
"mdi": "^1.7.22",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"picker": "^0.1.4",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"sass-brunch": "^2.6.3",
"zone.js": "^0.6.23"
},
"devDependencies": {
"auto-reload-brunch": "2.7.1",
"babel-brunch": "~6.0.0",
"brunch": "2.7.4",
"brunch-typescript": "1.8.1",
"clean-css-brunch": "~2.0.0",
"codelyzer": "0.0.28",
"copycat-brunch": "^1.1.0",
"css-brunch": "~2.0.0",
"environment-brunch": "^1.0.0",
"inline-css-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"tslint": "^3.15.0",
"typescript": "^1.8.10",
"typings": "^1.3.3",
"uglify-js-brunch": "^2.0.1"
}
}