-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.3 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
{
"name": "lucca-ui",
"version": "4.1.1",
"description": "less and js framework by lucca",
"main": "dist/lucca-ui.js",
"dependencies": {
"@cgross/angular-notify": "~2.5.0",
"angular": "1.7.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"
},
"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",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "=3.1.1",
"remap-istanbul": "^0.5.1",
"tslint": "^3.3.0",
"typings": "^2.1.0"
},
"peerDependencies": {
"@cgross/angular-notify": "~2.5.0",
"angular": "1.7.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": {
"install": "typings install",
"start": "grunt",
"test": "grunt test",
"build": "grunt dist"
}
}