-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.88 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
{
"name": "angular_es5_webpack",
"version": "1.0.0",
"description": "Start seed for building component base application based on angular 1.5 and webpack",
"main": "entry.js",
"scripts": {
"server": "webpack-dev-server --history-api-fallback --inline --progress --port 1111",
"start": "npm run server",
"test": "karma start ./karma.conf.js --single-run"
},
"author": "Vladyslav Bezruchko",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.5.5",
"angular-ui-tinymce": "0.0.17",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-angular": "0.0.6",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"node-sass": "^3.10.1",
"phantomjs-prebuilt": "^2.1.7",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"sass-spec": "^3.3.6-3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"@angular/common": "^2.0.2",
"@angular/core": "^2.0.2",
"@angular/platform-browser": "^2.0.2",
"@angular/router": "*",
"angular": "^1.5.5",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-base64-upload": "^0.1.19",
"angular-jk-carousel": "^0.1.7",
"angular-jwt": "^0.1.7",
"angular-material": "^1.1.1",
"angular-module-sanitize": "^1.2.19",
"angular-resource": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^0.3.1",
"dateformat": "^1.0.12",
"jquery": "2.1.0",
"lodash": "^4.12.0",
"ng-img-crop-full-extended": "^0.6.2",
"rxjs": "^5.0.0-rc.1",
"sass": "0.5.0",
"sass-graph": "^2.1.1",
"tinymce": "^4.4.3"
}
}