-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
95 lines (95 loc) · 2.89 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
{
"name": "blocky",
"private": true,
"version": "1.2.3",
"description": "Blocky UI",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"scripts": {
"start": "webpack-dev-server --open",
"build": "cross-env NODE_ENV=production webpack -p"
},
"dependencies": {
"Propeller": "^0.3.2",
"ace-builds": "^1.2.8",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-chart.js": "^1.1.1",
"angular-clock": "^0.7.0",
"angular-cookie-law": "^0.2.4",
"angular-cookies": "1.5.8",
"angular-fullscreen": "git://github.com/fabiobiondi/angular-fullscreen.git#master",
"angular-gridster2": "^1.15.1",
"angular-hotkeys": "^1.7.0",
"angular-jwt": "^0.1.9",
"angular-material": "^1.1.5",
"angular-material-data-table": "^0.10.10",
"angular-material-icons": "^0.7.1",
"angular-messages": "1.5.8",
"angular-radial-color-picker": "^2.1.0",
"angular-sanitize": "1.5.8",
"angular-storage": "0.0.15",
"angular-touch": "1.5.8",
"angular-translate": "2.15.2",
"angular-translate-handler-log": "2.15.2",
"angular-translate-interpolation-messageformat": "2.15.2",
"angular-translate-loader-static-files": "2.15.2",
"angular-translate-storage-cookie": "2.15.2",
"angular-translate-storage-local": "2.15.2",
"angular-ui-ace": "^0.2.3",
"angular-ui-router": "^0.3.1",
"angular-ui-tree": "^2.22.6",
"angularjs-gauge": "^2.1.0",
"compass-sass-mixins": "^0.12.7",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"md-steppers": "^0.3.4",
"moment": "^2.18.1",
"ng-ripple": "^1.0.3",
"ngGeolocation": "0.0.7",
"nipplejs": "^0.6.7",
"sass-material-colors": "0.0.5",
"typeface-roboto": "0.0.29"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "~6",
"babel-loader": "~6",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^3.0.1",
"cross-env": "^3.2.4",
"css-loader": "^0.14.5",
"eslint": "^3.4.0",
"eslint-config-angular": "^0.5.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-angular": "^1.3.1",
"eslint-plugin-import": "^1.14.0",
"extract-text-webpack-plugin": "~1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"html-minifier": "^3.2.2",
"html-minifier-loader": "^1.3.4",
"html-webpack-plugin": "^2.22.0",
"img-loader": "^1.3.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"ng-annotate-loader": "^0.1.1",
"ngtemplate-loader": "^1.3.1",
"node-sass": "^3.9.3",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.15.1",
"webpack-material-design-icons": "^0.1.0"
},
"engine": "node >= 5.9.0"
}