This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.47 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
{
"name": "angularjs-skeleton",
"version": "1.0.0",
"description": "Insert your description",
"author": "@nemesis19 - INVENTOPIANO - inventopiano.com",
"license": "MIT",
"scripts": {
"start": "gulp",
"deploy": "gulp production --deploy",
"clear:cache": "gulp clear:cache"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"bootstrap": "^3.3.7",
"browser-sync": "^2.23.5",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.0",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-freeze": "0.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.0",
"gulp-natural-sort": "^0.1.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-notify": "^3.1.0",
"gulp-plumber": "^1.2.0",
"gulp-pngquant": "^1.0.12",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-wrap": "^0.13.0",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"yargs": "^10.1.1"
},
"dependencies": {
"@uirouter/angularjs": "^1.0.13",
"angular": "^1.6.8",
"angular-cookies": "^1.6.8",
"angular-i18n": "^1.6.8",
"angular-resource": "^1.6.8",
"angular-sanitize": "^1.6.8",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-notification": "^0.3.6"
}
}