-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.4 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
{
"name": "eneos-pos-web",
"version": "0.0.1",
"description": "ENEOS POS",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch"
},
"author": "Khemanorak Khath",
"devDependencies": {
"autoprefixer": "^5.1.0",
"autoprefixer-core": "^5.1.7",
"awesome-typescript-loader": "^2.2.4",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"chalk": "^1.1.3",
"compass-loader": "0.0.4",
"compass-mixins": "^0.12.10",
"connect-livereload": "~0.3.2",
"css-loader": "^0.25.0",
"es6-loader": "^0.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"grunt": "~0.4.5",
"grunt-bg-shell": "~2.3.1",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.3.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"image-webpack-loader": "^3.0.0",
"imports-loader": "^0.6.5",
"load-grunt-tasks": "~0.2.1",
"modernizr-webpack-plugin": "^1.0.5",
"ng-annotate-loader": "^0.2.0",
"node-sass": "^3.10.1",
"progress-bar-webpack-plugin": "^1.9.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"time-grunt": "~0.2.7",
"typings": "^1.5.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-fail-plugin": "^1.0.5"
},
"dependencies": {
"angular": "1.4.7",
"angular-pusher": "0.0.7",
"angular-spinner": "^0.8.1",
"angular-translate": "^2.13.0",
"angular-ui-bootstrap": "^2.2.0",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-touchspin": "^3.1.1",
"bootstrap-validator": "^0.11.5",
"font-awesome": "^4.7.0",
"gmaps": "0.4.24",
"hover.css": "^2.0.2",
"jasny-bootstrap": "^3.1.3",
"jquery": "1.11.0",
"jquery-ui": "^1.12.1",
"ladda": "^1.0.0",
"ladda-bootstrap": "github:msurguy/ladda-bootstrap",
"lodash": "^4.16.6",
"moment": "2.11.1",
"ng-file-upload": "^12.2.13",
"ngmap": "1.17.8",
"oi.select": "^0.2.21",
"perfect-scrollbar": "0.5.9",
"select2": "^4.0.3",
"sortablejs": "^1.5.0-rc1",
"spin.js": "github:fgnass/spin.js",
"themify-icons": "^1.0.0",
"typescript": "2.0.8",
"webpack": "^1.13.3"
}
}