-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.26 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "Angular_Starter_ES6",
"version": "0.0.1",
"description": "Starter for Angular ES6 Wepback",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/gulp serve",
"build": "node_modules/.bin/gulp webpack",
"test": "node_modules/.bin/karma start",
"deploy": "./deploy.sh"
},
"babel": {
"presets": [
"stage-0",
"stage-2"
],
"plugins": [
"transform-runtime",
"transform-object-rest-spread",
"external-helpers-2"
],
"env": {
"test": {
"plugins": [
"rewire"
]
}
}
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-resource": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-touch": "1.5.8",
"angular-translate": "2.11.1",
"angular-translate-loader-static-files": "2.11.1",
"angular-translate-loader-url": "2.11.1",
"angular-ui-bootstrap": "2.1.3",
"angular-ui-calendar": "1.0.2",
"angular-ui-router": "1.0.0-beta.1",
"bootstrap-sass": "3.3.6",
"font-awesome": "4.6.3",
"jquery": "3.1.0",
"normalize.css": "3.0.3"
},
"devDependencies": {
"angular-mocks": "1.5.0",
"autoprefixer": "6.4.0",
"babel": "6.5.2",
"babel-cli": "6.10.1",
"babel-core": "6.10.4",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-external-helpers-2": "6.3.13",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-plugin-transform-runtime": "6.9.0",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.6.0",
"babel-preset-es2015-webpack": "6.4.1",
"babel-preset-stage-0": "*",
"babel-preset-stage-2": "*",
"babel-register": "6.9.0",
"babel-runtime": "6.6.1",
"browser-sync": "2.11.1",
"chai": "3.4.0",
"clean-webpack-plugin": "0.1.10",
"connect-history-api-fallback": "1.1.0",
"css-loader": "0.19.0",
"del": "2.2.0",
"eslint": "2.13.1",
"eslint-config-airbnb-base": "3.0.1",
"eslint-import-resolver-webpack": "0.3.1",
"eslint-loader": "1.3.0",
"eslint-plugin-import": "1.9.2",
"extract-text-webpack-plugin": "1.0.1",
"fs-walk": "0.0.1",
"gulp": "3.9.0",
"gulp-rename": "1.2.2",
"gulp-template": "3.0.0",
"gulp-util": "3.0.7",
"html-webpack-plugin": "1.7.0",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.1",
"karma-phantomjs-launcher": "1.0.2",
"lodash": "4.11.1",
"mocha": "2.3.0",
"ng-annotate-loader": "0.0.10",
"node-libs-browser": "0.5.0",
"node-sass": "3.8.0",
"postcss-font-magician": "1.4.0",
"postcss-loader": "0.11.0",
"purifycss-webpack-plugin": "2.0.3",
"raw-loader": "0.5.1",
"run-sequence": "1.1.0",
"sass-loader": "4.0.0",
"style-loader": "0.12.2",
"stylus": "0.54.5",
"stylus-loader": "2.1.1",
"supports-color": "3.1.2",
"webpack": "^1.9.5",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.6.0",
"yargs": "3.9.0"
},
"keywords": [
"angular",
"webpack",
"es6",
"stylus",
"scss"
],
"author": "eScript-Ninja, based on AngularClass",
"license": "Apache-2.0"
}