-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 Bytes
/
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
{
"name": "gnucash-reports-view",
"version": "1.0.1",
"main": "./dist/gnucash-reports-view.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-inject": "^4.2.0",
"gulp-jshint": "^2.0.4",
"gulp-order": "^1.1.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"http-server": "^0.10.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"require-dir": "^0.3.1"
},
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-material": "^1.1.5",
"angular-material-data-table": "^0.10.10",
"angular-material-icons": "^0.7.1",
"angular-nvd3": "^1.0.9",
"angular-ui-router": "^0.4.3",
"d3": "^3.5.17",
"nvd3": "^1.8.6"
},
"scripts": {
"start": "http-server -a 0.0.0.0 -p 9000"
}
}