-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "angular1-onsen-typescript-webpeck",
"version": "1.0.0",
"description": "A template with angular1.x, onsenui, typescript, webpeck",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"repository": {
"type": "git",
"url": ""
},
"author": "Derek Chia",
"license": "MIT",
"contributors": [],
"dependencies": {},
"devDependencies": {
"bower": "^1.7.7",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-useref": "^3.0.6",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.15.0",
"http-server": "^0.9.0",
"jshint": "^2.9.1",
"lazypipe": "^1.0.1",
"opn": "^4.0.1",
"raw-loader": "^0.5.1",
"run-sequence": "^1.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.1",
"typescript": "^1.8.9",
"webpack": "^1.12.14"
}
}