-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.79 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
90
91
92
93
94
95
96
97
98
99
{
"name": "lucca-ui",
"version": "4.2.3",
"description": "less and js framework by lucca",
"main": "dist/lucca-ui.js",
"dependencies": {
"@cgross/angular-notify": "~2.5.0",
"@types/angular": "^1.8.9",
"@types/angular-formly": "^7.2.40",
"@types/angular-mocks": "^1.7.4",
"@types/angular-translate": "^2.19.4",
"@types/angular-ui-bootstrap": "^1.0.7",
"@types/angular-ui-router": "^1.1.44",
"@types/debug": "^4.1.12",
"@types/iban": "0.0.35",
"@types/jquery": "^3.5.29",
"@types/karma": "^6.3.8",
"@types/karma-jasmine": "^4.0.5",
"@types/moment": "^2.13.0",
"@types/underscore": "^1.11.15",
"angular": "1.6.x",
"angular-formly": "~8.4.0",
"angular-route": "1.6.x",
"angular-sanitize": "1.6.x",
"angular-translate": "~2.17.0",
"angular-ui-bootstrap": "~2.5.0",
"api-check": "~7.5.5",
"iban": "0.0.10",
"lucca-icons": "~1.1.16",
"moment": "~2.20.0",
"ng-sortable": "1.3.2",
"normalize.css": "~8.0.0",
"ui-cropper": "~1.0.6",
"ui-select": "~0.19.3",
"underscore": "~1.8.3"
},
"devDependencies": {
"angular-mocks": "1.5.x",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.1",
"grunt-protractor-runner": "^3.0.0",
"grunt-tslint": "^3.0.2",
"grunt-angular-templates": "^1.0.3",
"grunt-cache-bust": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-replace": "^0.11.0",
"grunt-sass": "^2.1.0",
"grunt-ts": "^5.3.2",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.7",
"karma-junit-reporter": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"load-grunt-configs": "^0.4.3",
"node-sass": "4.7.2",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "=3.1.1",
"remap-istanbul": "^0.5.1",
"tslint": "^3.3.0"
},
"peerDependencies": {
"@cgross/angular-notify": "~2.5.0",
"angular": "1.6.x",
"angular-formly": "~8.4.0",
"angular-route": "1.6.x",
"angular-ui-bootstrap": "~2.5.0",
"angular-sanitize": "1.6.x",
"angular-translate": "~2.17.0",
"api-check": "~7.5.5",
"iban": "0.0.10",
"lucca-icons": "~1.1.16",
"moment": "~2.20.0",
"ui-cropper": "~1.0.6",
"normalize.css": "~8.0.0",
"ng-sortable": "1.3.2",
"ui-select": "~0.19.3",
"underscore": "~1.8.3"
},
"author": "Lucca",
"license": "ISC",
"scripts": {
"start": "grunt",
"test": "grunt test",
"build": "grunt dist"
},
"volta": {
"node": "8.17.0",
"yarn": "1.21.1"
}
}