-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.47 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.47 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "d3-styleguide",
"description": "Deloitte D3 Styleguide",
"version": "0.1.0",
"repository": {
"type": "N/A",
"url": "https://d3.edsc.deloitte.com"
},
"license": "LICENSED",
"dependencies": {
"aurelia-animator-css": "1.0.2",
"aurelia-bootstrapper": "2.1.1",
"aurelia-dialog": "1.0.0-rc.1.0.3",
"aurelia-fetch-client": "1.1.3",
"aurelia-framework": "1.1.4",
"aurelia-loader-webpack": "2.1.0",
"aurelia-pal": "1.4.0",
"aurelia-polyfills": "latest",
"aurelia-router": "1.3.0",
"bluebird": "3.4.1",
"bootstrap": "3.3.7",
"bootstrap-daterangepicker": "2.1.25",
"bootstrap-multiselect": "0.9.13-1",
"bootstrap-notify": "3.1.3",
"bootstrap-table": "1.11.2",
"font-awesome": "4.7.0",
"isomorphic-fetch": "2.1.1",
"jquery": "3.2.1",
"lodash": "4.17.4",
"moment": "2.18.1",
"nanoscroller": "0.8.7",
"notifyjs-browser": "0.4.2",
"numeral": "2.0.6",
"select2": "4.0.3",
"tableexport.jquery.plugin": "github:hhurz/tableExport.jquery.plugin",
"velocity-animate": "1.5.0",
"whatwg-fetch": "2.0.3",
"x-editable": "1.5.1",
"aegir": "12.0.6",
"ws": "3.1.0"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "0.31.3",
"aurelia-protractor-plugin": "1.0.5",
"aurelia-testing": "1.0.0-beta.3.0.1",
"aurelia-tools": "1.0.0",
"aurelia-webpack-plugin": "2.0.0-rc.4",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-istanbul": "4.1.4",
"babel-plugin-syntax-flow": "6.8.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-flow-strip-types": "6.8.0",
"babel-polyfill": "6.9.1",
"babel-preset-env": "1.5.2",
"babel-preset-es2015": "6.13.2",
"babel-preset-stage-1": "6.5.0",
"babel-register": "6.24.0",
"browser-sync": "2.18.13",
"browser-sync-webpack-plugin": "1.2.0",
"browsersync": "0.0.1-security",
"compression-webpack-plugin": "1.0.1",
"css-loader": "0.28.4",
"del": "3.0.0",
"eslint": "3.19.0",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"font-awesome-sass-loader": "2.0.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-rename": "1.2.2",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.30.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.4.1",
"jest-jasmine2": "latest",
"json-loader": "0.5.7",
"karma": "0.13.22",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "latest",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.0.2",
"karma-mocha-reporter": "latest",
"karma-webpack": "latest",
"minimatch": "3.0.2",
"node-sass": "4.5.3",
"nps-utils": "1.2.0",
"opn": "5.1.0",
"postcss-loader": "2.0.6",
"protractor": "5.1.2",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"through2": "2.0.1",
"ts-node": "3.2.0",
"uglify-js": "3.0.19",
"url-loader": "0.5.8",
"vinyl-fs": "2.4.3",
"wait-on": "2.0.2",
"webpack": "3.5.5",
"webpack-bundle-analyzer": "2.7.0",
"webpack-dev-server": "2.7.1"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"dev": "set NODE_ENV=dev&&webpack --watch --progress --colors",
"prod": "set NODE_ENV=production&&webpack -p --progress --colors"
},
"main": "www/app.bundle.js"
}