blob: 999ce4e465d355cbf8c864099cbb616a043d04f9 [file] [log] [blame]
Eran (ev672n), Voskb9708a72018-08-07 14:15:05 +03001{
2 "name": "dcaeApp",
3 "private": true,
4 "devDependencies": {
5 "autoprefixer-core": "^5.2.1",
6 "babel-core": "^6.23.1",
7 "babel-loader": "^6.3.2",
8 "babel-preset-es2015": "^6.22.0",
9 "css-loader": "^0.26.2",
10 "file-loader": "^0.10.1",
11 "grunt": "^0.4.5",
Areli, Fuss (af732p)37323b82018-08-26 12:04:42 +030012 "grunt-cli": "^1.3.1",
Eran (ev672n), Voskb9708a72018-08-07 14:15:05 +030013 "grunt-angular-templates": "^0.5.7",
14 "grunt-concurrent": "^1.0.0",
15 "grunt-contrib-clean": "^0.6.0",
16 "grunt-contrib-concat": "^0.5.0",
17 "grunt-contrib-connect": "^0.9.0",
18 "grunt-contrib-copy": "^0.7.0",
19 "grunt-contrib-cssmin": "^0.12.0",
20 "grunt-contrib-htmlmin": "^0.4.0",
21 "grunt-contrib-imagemin": "^1.0.0",
22 "grunt-contrib-jshint": "^0.11.0",
23 "grunt-contrib-less": "^1.3.0",
24 "grunt-contrib-uglify": "^0.7.0",
25 "grunt-contrib-watch": "^0.6.1",
26 "grunt-filerev": "^2.1.2",
27 "grunt-google-cdn": "^0.4.3",
28 "grunt-injector": "^1.0.1",
29 "grunt-jscs": "^1.8.0",
30 "grunt-newer": "^1.1.0",
31 "grunt-ng-annotate": "^0.9.2",
32 "grunt-ng-constant": "^2.0.1",
33 "grunt-postcss": "^0.5.5",
34 "grunt-svgmin": "^2.0.0",
35 "grunt-usemin": "^3.0.0",
36 "grunt-wiredep": "^2.0.0",
37 "jasmine-core": "^2.4.1",
38 "jest-cli": "^20.0.4",
39 "jit-grunt": "^0.9.1",
40 "jshint-stylish": "^1.0.0",
41 "json-loader": "^0.5.4",
42 "phantomjs-prebuilt": "^2.1.7",
43 "style-loader": "^0.13.2",
44 "time-grunt": "^1.0.0",
45 "url-loader": "^0.5.8",
46 "webpack": "^2.2.1"
47 },
48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "scripts": {
52 "test": "jest --watch",
53 "build": "grunt build2",
54 "setup": "npm install && bower install",
55 "run-local": "grunt serve"
56 },
57 "dependencies": {
58 "grunt-mkdir": "^1.0.0",
59 "grunt-preprocess": "^5.1.0",
60 "sdc-pubsub": "^1.0.20"
61 }
62}