-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
78 lines (78 loc) · 2.56 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
{
"name": "basetemplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack -d --watch",
"prod": "npm run clean && SET NODE_ENV=production&&webpack -p",
"clean": "rimraf client/baseWebpack/dist"
},
"repository": {
"type": "git",
"url": "ssh://git@git.geoinfo.ch:7999/~lehp/austauschstemplate.git"
},
"author": "lehp",
"license": "ISC",
"dependencies": {
"@geolib/geolib-server": "git+ssh://git@git.geoinfo.ch:7999/geolib/geolib-server.git",
"@geolib/geolib-bootstrap": "git+ssh://git@git.geoinfo.ch:7999/geolib/geolib-bootstrap.git",
"mini-css-extract-plugin": "^0.5.0",
"request": "^2.88.0",
"underscore": "^1.9.1",
"webpack": "^4.28.3"
},
"devDependencies": {
"angular": "^1.7.5",
"@geolib/ngp-dev-libraries": "git+ssh://git@git.geoinfo.ch:7999/ngp/ngp-dev-libraries.git#development",
"angular-animate": "^1.7.5",
"angular-bootstrap-switch": "^0.5.1",
"angular-bootstrap-toggle-switch": "^1.1.0",
"angular-cookies": "^1.7.5",
"angular-file-saver": "^1.1.1",
"angular-file-upload": "^2.5.0",
"angular-i18n": "^1.7.5",
"angular-mocks": "^1.7.5",
"angular-q-spread": "^1.1.0",
"angular-resource": "^1.7.5",
"angular-route": "^1.7.5",
"angular-sanitize": "^1.7.5",
"angular-translate": "^2.15.1",
"angular-translate-storage-cookie": "^2.15.1",
"angular-translate-storage-local": "^2.15.1",
"angular-truncate": "https://github.com/sparkalow/angular-truncate.git",
"angular-ui-layout": "^1.4.2",
"angular-ui-router": "^0.4.2",
"angular-ui-sortable": "^0.19.0",
"file-loader": "^1.1.11",
"url-loader": "^1.0.1",
"angular-ui-utils": "^0.1.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-angularjs-annotate": "^0.9.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"css-hot-loader": "^1.4.3",
"css-loader": "^2.1.0",
"grunt": "^1.0.3",
"grunt-apidoc": "^0.11.0",
"grunt-webpack": "^3.1.2",
"happypack": "^5.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"load-grunt-tasks": "^4.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"stylus-relative-loader": "^4.0.0",
"terser-webpack-plugin": "^1.2.1",
"time-grunt": "^2.0.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
}
}