This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
87 lines (87 loc) · 2.32 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
{
"name": "teleopti-styleguide",
"version": "1.23.8",
"repository": {
"type": "git",
"url": "git://github.com/Teleopti/styleguide.git"
},
"scripts": {
"precommit": "pretty-quick --staged",
"test": "grunt test",
"start": "grunt",
"devServer": "http-server styleguide -p 3000 -c-1",
"dist": "grunt dist",
"kss": "kss-node css styleguide css/styleguide.md --template kss-template --verbose"
},
"description": "Styleguide for Teleopti",
"author": "Teleopti",
"license": "MIT",
"dependencies": {
"@mdi/font": "2.3.54",
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-dynamic-locale": "0.1.30",
"angular-i18n": "1.4.5",
"angular-material": "1.1.4",
"angular-moment": "0.8.3",
"angular-resizable": "1.2.0",
"angular-sanitize": "1.5.9",
"angular-translate": "2.15.1",
"angular-ui-bootstrap": "2.1.3",
"angular-ui-grid": "3.2.9",
"angular-ui-tree": "2.10.0",
"bootstrap": "3.2.0",
"c3": "0.4.18",
"c3-angular": "1.3.1",
"d3": "3.5.5",
"moment": "2.11.2"
},
"peerDependencies": {
"@mdi/font": ">=2.3.54",
"angular": ">=1.5.9",
"angular-animate": ">=1.5.9",
"angular-aria": ">=1.5.9",
"angular-dynamic-locale": ">=0.1.30",
"angular-i18n": ">=1.4.5",
"angular-material": ">=1.1.4",
"angular-moment": ">=0.8.3",
"angular-resizable": ">=1.2.0",
"angular-sanitize": ">=1.5.9",
"angular-translate": ">=2.15.1",
"angular-ui-bootstrap": ">=2.1.3",
"angular-ui-grid": ">=3.2.9",
"angular-ui-tree": ">=2.10.0",
"bootstrap": ">=3.2.0",
"c3": ">=0.4.18",
"c3-angular": ">=1.3.1",
"d3": ">=3.5.5",
"moment": ">=2.11.2"
},
"devDependencies": {
"angular-mocks": "1.5.9",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.0.0",
"grunt-contrib-uglify": "2.2.0",
"grunt-contrib-watch": "1.0.0",
"grunt-karma": "2.0.0",
"grunt-sass": "2.1.0",
"grunt-shell": "2.1.0",
"http-server": "0.11.1",
"husky": "0.14.3",
"jasmine-core": "2.5.2",
"karma": "1.5.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-phantomjs-launcher": "1.0.2",
"kss": "2.4.0",
"phantomjs-prebuilt": "2.1.14",
"prettier": "1.12.1",
"pretty-quick": "1.4.1"
},
"homepage": "http://teleopti.github.io/styleguide/"
}