Commit 23b90f93b13fa8624aaf478b695a3dafe902b4c4
1 parent
46149b9958
Exists in
develop
Add
Comando para compilar
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
1 | { | 1 | { |
2 | "name": "foca-abm-cliente", | 2 | "name": "foca-abm-cliente", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "Abm de cliente", | 4 | "description": "Abm de cliente", |
5 | "main": "index.html", | 5 | "main": "index.html", |
6 | "scripts": { | 6 | "scripts": { |
7 | "refresh": "gulp uglify && cp tmp/foca-abm-cliente.js ../wrapper-demo/node_modules/foca-abm-cliente/dist/foca-abm-cliente.min.js", | ||
7 | "test": "test.html", | 8 | "test": "test.html", |
8 | "compile": "gulp uglify", | 9 | "compile": "gulp uglify", |
9 | "gulp-pre-commit": "gulp pre-commit", | 10 | "gulp-pre-commit": "gulp pre-commit", |
10 | "postinstall": "npm run compile && gulp clean-post-install", | 11 | "postinstall": "npm run compile && gulp clean-post-install", |
11 | "install-dev": "npm install -D angular bootstrap ui-bootstrap4 font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es gulp-uglify gulp-clean jshint pump git+http://git.focasoftware.com/npm/foca-modal.git" | 12 | "install-dev": "npm install -D angular bootstrap ui-bootstrap4 font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es gulp-uglify gulp-clean jshint pump git+http://git.focasoftware.com/npm/foca-modal.git" |
12 | }, | 13 | }, |
13 | "pre-commit": [ | 14 | "pre-commit": [ |
14 | "gulp-pre-commit" | 15 | "gulp-pre-commit" |
15 | ], | 16 | ], |
16 | "repository": { | 17 | "repository": { |
17 | "type": "git", | 18 | "type": "git", |
18 | "url": "http://git.focasoftware.com/npm/foca-abm-cliente.git" | 19 | "url": "http://git.focasoftware.com/npm/foca-abm-cliente.git" |
19 | }, | 20 | }, |
20 | "author": "Foca Software", | 21 | "author": "Foca Software", |
21 | "license": "ISC", | 22 | "license": "ISC", |
22 | "peerDependencies": { | 23 | "peerDependencies": { |
23 | "angular": "^1.7.x", | 24 | "angular": "^1.7.x", |
24 | "angular-route": "^1.7.x", | 25 | "angular-route": "^1.7.x", |
25 | "bootstrap": "^4.1.x", | 26 | "bootstrap": "^4.1.x", |
26 | "jquery": "^3.3.x", | 27 | "jquery": "^3.3.x", |
27 | "font-awesome": "^4.7.x", | 28 | "font-awesome": "^4.7.x", |
28 | "gulp": "^3.9.x", | 29 | "gulp": "^3.9.x", |
29 | "gulp-concat": "2.6.x", | 30 | "gulp-concat": "2.6.x", |
30 | "gulp-jshint": "^2.1.x", | 31 | "gulp-jshint": "^2.1.x", |
31 | "gulp-rename": "^1.4.x", | 32 | "gulp-rename": "^1.4.x", |
32 | "gulp-replace": "^1.0.x", | 33 | "gulp-replace": "^1.0.x", |
33 | "gulp-uglify-es": "^1.0.x", | 34 | "gulp-uglify-es": "^1.0.x", |
34 | "jshint": "^2.9.x", | 35 | "jshint": "^2.9.x", |
35 | "pump": "^3.0.x" | 36 | "pump": "^3.0.x" |
36 | }, | 37 | }, |
37 | "devDependencies": { | 38 | "devDependencies": { |
38 | "angular": "^1.7.8", | 39 | "angular": "^1.7.8", |
39 | "angular-mocks": "^1.7.8", | 40 | "angular-mocks": "^1.7.8", |
40 | "angular-route": "^1.7.8", | 41 | "angular-route": "^1.7.8", |
41 | "bootstrap": "^4.2.1", | 42 | "bootstrap": "^4.2.1", |
42 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | 43 | "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", |
43 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", | 44 | "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git", |
44 | "font-awesome": "^4.7.0", | 45 | "font-awesome": "^4.7.0", |
45 | "gulp": "^3.9.1", | 46 | "gulp": "^3.9.1", |
46 | "gulp-angular-templatecache": "^2.2.7", | 47 | "gulp-angular-templatecache": "^2.2.7", |
47 | "gulp-clean": "^0.4.0", | 48 | "gulp-clean": "^0.4.0", |
48 | "gulp-connect": "^5.7.0", | 49 | "gulp-connect": "^5.7.0", |
49 | "gulp-header": "^2.0.7", | 50 | "gulp-header": "^2.0.7", |
50 | "gulp-htmlmin": "^5.0.1", | 51 | "gulp-htmlmin": "^5.0.1", |
51 | "gulp-jshint": "^2.1.0", | 52 | "gulp-jshint": "^2.1.0", |
52 | "gulp-rename": "^1.4.0", | 53 | "gulp-rename": "^1.4.0", |
53 | "gulp-replace": "^1.0.0", | 54 | "gulp-replace": "^1.0.0", |
54 | "gulp-uglify": "^3.0.1", | 55 | "gulp-uglify": "^3.0.1", |
55 | "gulp-uglify-es": "^1.0.4", | 56 | "gulp-uglify-es": "^1.0.4", |
56 | "jasmine-core": "^3.4.0", | 57 | "jasmine-core": "^3.4.0", |
57 | "jquery": "^3.4.1", | 58 | "jquery": "^3.4.1", |
58 | "jshint": "^2.10.2", | 59 | "jshint": "^2.10.2", |
59 | "pre-commit": "^1.2.2", | 60 | "pre-commit": "^1.2.2", |
60 | "pump": "^3.0.0", | 61 | "pump": "^3.0.0", |
61 | "ui-bootstrap4": "^3.0.6" | 62 | "ui-bootstrap4": "^3.0.6" |
62 | } | 63 | } |
63 | } | 64 | } |
64 | 65 |