-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.53 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.53 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "shopping-cart-frontend",
"version": "0.2.0",
"private": true,
"devDependencies": {
"angular-mocks": "^1.6.6",
"@babel/core": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.0",
"gulp-angular-protractor": "^0.2.0",
"gulp-autoprefixer": "2.3.1",
"gulp-babel": "^7.0.0",
"gulp-cache": "^0.2.10",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.3.0",
"gulp-imagemin": "^2.3.0",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^1.11.1",
"gulp-karma": "0.0.5",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-ng-template": "^0.2.3",
"gulp-ng-templates": "0.0.6",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"lazypipe": "^0.2.4",
"map-stream": "0.0.6",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.10",
"rimraf": "^2.4.0",
"run-sequence": "^1.1.1",
"through2": "^0.6.2",
"wiredep": "^2.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "karma start test\\karma.conf.js",
"deploy-minor": "npm version minor -m \"version %s\""
},
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-block-ui": "^0.2.2",
"angular-bootstrap-toggle": "^0.1.0",
"angular-messages": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-scroll": "^1.0.2",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^0.4.3",
"angular-ui-tree": "^2.22.6",
"angular-uuid": "0.0.4",
"awesome-bootstrap-checkbox": "^0.3.0",
"bootstrap": "^3.3.7",
"d3": "~3",
"dropzone": "^5.2.0",
"event-source-polyfill": "0.0.12",
"file-saver": "^1.3.3",
"font-awesome": "^4.7.0",
"gulp-archiver": "^1.0.0",
"jquery": "^3.2.1",
"ui-select": "^0.19.8",
"yasgui-yasqe": "^2.11.16"
}
}