forked from fgpv-vpgf/fgpa-apgf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.84 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
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
{
"name": "a2v2",
"private": true,
"version": "0.1.0",
"description": "FGP R2 Author",
"repository": "https://github.com/fgpv-vpgf/fgpa-apgf",
"author": "Government of Canada",
"license": "MIT",
"dependencies": {
"@flowjs/ng-flow": "2.7.7",
"angular": "1.6.7",
"angular-animate": "1.6.7",
"angular-aria": "1.6.7",
"angular-material": "1.1.5",
"angular-messages": "1.6.7",
"angular-sanitize": "1.6.7",
"angular-schema-form-bootstrap": "^1.0.0-alpha.4",
"angular-template": "^2.4.0",
"angular-translate": "2.16.0",
"angular-translate-loader-static-files": "2.16.0",
"angular-ui-sortable": "0.18.0",
"csvtojson": "1.1.9",
"dotjem-angular-tree": "github:dotJEM/angular-tree",
"file-saver": "1.3.3",
"geoApi": "github:fgpv-vpgf/geoApi#v2.1.1-3",
"jquery": "3.0.0",
"jquery-hoverintent": "1.8.3",
"jquery-ui": "1.12.1",
"moment-timezone": "0.5.14",
"tv4": "1.0.15"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.0.3",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-latest": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"bootstrap": "3.3.5",
"clean-webpack-plugin": "0.1.17",
"copy-webpack-plugin": "4.3.0",
"css-loader": "0.28.7",
"daff": "^1.3.26",
"docdash": "github:fgpv-vpgf/docdash",
"dot-prop": "4.2.0",
"eslint": "4.13.1",
"eslint-loader": "1.9.0",
"execa": "0.8.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.6",
"gh-pages": "1.1.0",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"html-webpack-include-assets-plugin": "1.0.2",
"imports-loader": "^0.6.5",
"jsdoc": "3.5.5",
"json-schema-ref-parser": "^4.1.0",
"net": "1.0.2",
"ng-annotate-loader": "0.6.1",
"ngtemplate-loader": "2.0.1",
"node-sass": "4.7.2",
"papaparse": "^4.3.7",
"promise": "^8.0.1",
"protractor": "5.2.2",
"raw-loader": "0.5.1",
"resolve-url-loader": "2.2.1",
"sass-loader": "6.0.6",
"style-loader": "0.19.1",
"url-loader": "0.6.2",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "2.9.1",
"webpack-dev-server": "2.9.7",
"webpack-merge": "4.1.1",
"webpack-shell-plugin": "0.5.0",
"webpack-subresource-integrity": "1.0.3",
"wrapper-webpack-plugin": "1.0.0",
"xml2js": "0.4.19",
"xml2js-xpath": "0.8.0",
"zip-webpack-plugin": "2.1.0"
},
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server --progress --hot --inline --env.hmr",
"doc": "./node_modules/.bin/jsdoc --private --recurse --configure .jsdoc.json --template node_modules/docdash --package package.json --readme README.md --destination ./docs -u ./templates ./src/app",
"svgcache": "node scripts/svgCache.js",
"deploy": "gh-pages -d build",
"genschemas": "node scripts/genSchemas.js"
}
}