forked from ludohenin/angularjs-ts-seed
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
146 lines (146 loc) · 4.9 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"version": "1.11.0",
"description": "Angularjs 1.5 TypeScript Seed",
"repository": {
"type": "git",
"url": "https://github.com/fr-esco/angularjs-ts-seed"
},
"main": "electron.conf.js",
"scripts": {
"git.merge": "git fetch upstream && git merge upstream/master",
"git.merge.preview": "git fetch upstream && git merge --no-commit upstream/master",
"git.prepare": "git add . && git add -f tools/install.js && git commit -m'setup'",
"git.setup": "git init && git remote add upstream https://github.com/fr-esco/angularjs-ts-seed.git",
"gulp.update": "npm i -D --progress=false gulp gulp-autoprefixer gulp-bump gulp-clean-css gulp-cli gulp-concat gulp-electron-packager gulp-filter gulp-folders gulp-htmllint gulp-if gulp-ignore gulp-inject gulp-livereload gulp-load-plugins gulp-merge-json gulp-minify-html gulp-ng-annotate gulp-ng-constant gulp-ng-html2js gulp-notify gulp-plumber gulp-preprocess gulp-rename gulp-replace gulp-sass gulp-sourcemaps gulp-strip-comments gulp-template gulp-tslint gulp-typescript gulp-uglify gulp-util gulp-watch gulp-zip",
"ng.update": "npm i -S angular angular-animate angular-aria angular-cookies angular-i18n angular-message-format angular-messages angular-mocks angular-sanitize angular-touch",
"postinstall": "typings install && gulp -T",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angularjs",
"typescript",
"es6",
"systemjs",
"seed",
"application"
],
"author": "fr-esco <[email protected]>",
"contributors": [
{
"name": "bsorrentino",
"email": "[email protected]"
},
{
"name": "fr-esco",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"connect": "^3.4.1",
"cordova-lib": "^6.3.1",
"del": "^1.2.1",
"electron-connect": "^0.4.4",
"electron-debug": "^1.0.1",
"electron-packager": "^7.6.0",
"electron-prebuilt": "^1.3.3",
"electron-rebuild": "^1.2.0",
"express": "^4.14.0",
"faker": "^3.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bump": "^2.4.0",
"gulp-clean-css": "^2.0.12",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.0",
"gulp-electron-packager": "^1.0.2",
"gulp-filter": "^4.0.0",
"gulp-folders": "^1.1.0",
"gulp-htmllint": "0.0.11",
"gulp-if": "^2.0.1",
"gulp-ignore": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-merge-json": "^0.6.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-ng-html2js": "^0.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-comments": "^2.4.3",
"gulp-template": "^4.0.0",
"gulp-tslint": "^6.0.2",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"gulp-zip": "^3.2.0",
"jasmine-core": "^2.4.1",
"json-mock": "^0.1.0",
"json-server": "^0.8.18",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.3",
"karma-commonjs": "0.0.13",
"karma-coverage": "^0.5.5",
"karma-jasmine": "^0.3.8",
"karma-jasmine-matchers": "^2.0.2",
"karma-mocha-reporter": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.1",
"lolex": "^1.5.1",
"open": "0.0.5",
"path-exists": "^2.1.0",
"phantomjs-prebuilt": "^2.1.12",
"remap-istanbul": "^0.6.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"semver": "^4.3.6",
"serve-static": "^1.11.1",
"stream-series": "^0.1.1",
"systemjs-builder": "^0.15.28",
"tslint": "^3.14.0",
"typescript": "^1.8.10",
"typings": "^1.3.2",
"yargs": "^5.0.0"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-dynamic-locale": "^0.1.32",
"angular-hotkeys": "^1.7.0",
"angular-i18n": "^1.5.8",
"angular-material": "^1.1.0",
"angular-message-format": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-mocks": "^1.5.8",
"angular-moment": "^1.0.0-beta.6",
"angular-nvd3": "^1.0.9",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-translate": "^2.11.1",
"angular-translate-interpolation-messageformat": "^2.11.1",
"angular-ui-codemirror": "^0.3.0",
"angular15-typescript": "^0.4.1",
"codemirror": "^5.17.0",
"d3": "^3.5.17",
"es6-shim": "^0.35.1",
"lodash": "^4.15.0",
"messageformat": "^0.2.2",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"ng-showdown": "^1.1.0",
"ngComponentRouter-patched": "^0.2.2",
"nvd3": "^1.8.4",
"restangular": "^1.5.2",
"showdown": "^1.4.2",
"systemjs": "^0.19.37"
}
}