-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.97 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.97 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": "a2v2",
"private": true,
"version": "1.3.1",
"description": "FGP R2 Authors",
"repository": "https://github.com/fgpv-vpgf/fgpa-apgf",
"author": "Government of Canada",
"license": "MIT",
"dependencies": {
"@flowjs/ng-flow": "2.7.8",
"angular": "^1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-material": "1.2.2",
"angular-messages": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-schema-form-bootstrap": "^1.0.0-alpha.4",
"angular-template": "^2.4.0",
"angular-translate": "^2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-ui-sortable": "0.18.0",
"csvtojson": "1.1.11",
"dotjem-angular-tree": "github:dotJEM/angular-tree",
"file-saver": "2.0.0",
"geoApi": "github:fgpv-vpgf/geoApi#v3.2.0",
"jquery": "^3.5.1",
"jquery-ui": "1.12.1",
"moment-timezone": "0.5.14",
"timepicker": "1.13.18",
"tv4": "1.3.0"
},
"devDependencies": {
"@types/angular": "1.6.53",
"@types/jquery": "3.3.29",
"@babel/core": "7.14.3",
"@babel/plugin-transform-runtime": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-stage-2": "7.8.3",
"babel-eslint": "8.2.3",
"babel-loader": "8.2.2",
"babel-plugin-angularjs-annotate": "0.10.0",
"buffer": "6.0.3",
"bootstrap": "3.4.1",
"copy-webpack-plugin": "6.1.0",
"css-loader": "5.2.5",
"css-minimizer-webpack-plugin": "3.0.0",
"eslint": "7.27.0",
"eslint-webpack-plugin": "2.5.4",
"file-loader": "6.2.0",
"fs-extra": "7.0.1",
"gh-pages": "2.1.1",
"glob": "7.1.3",
"html-loader": "0.5.5",
"html-webpack-plugin": "5.3.1",
"html-webpack-tags-plugin": "2.0.17",
"imports-loader": "0.8.0",
"jsdoc": "^3.6.7",
"mini-css-extract-plugin": "1.6.0",
"net": "1.0.2",
"ngtemplate-loader": "2.0.1",
"node-sass": "^6.0.1",
"protractor": "5.4.2",
"raw-loader": "4.0.2",
"resolve-url-loader": "3.1.2",
"sass-loader": "11.1.0",
"style-loader": "2.0.0",
"terser-webpack-plugin": "4.2.2",
"url-loader": "2.1.0",
"webpack": "5.37.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
"webpack-shell-plugin-next": "2.2.2",
"webpack-sources": "2.2.0",
"webpack-subresource-integrity": "1.5.1",
"wrapper-webpack-plugin": "2.1.0",
"xml2js": "0.4.19",
"xml2js-xpath": "^0.10.0",
"zip-webpack-plugin": "4.0.1"
},
"scripts": {
"build": "webpack --env=production --config webpack.config.js",
"serve": "webpack serve --progress --hot --env=development --config webpack.config.js",
"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"
}
}