1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-28 16:17:18 +00:00

refactor build config

This commit is contained in:
Rokt33r
2015-06-21 02:40:06 +09:00
parent 9e53bec631
commit 25eccacb4c
81 changed files with 6418 additions and 450 deletions

View File

@@ -1,8 +1,7 @@
{
"name": "codexen-app",
"version": "0.0.1",
"description": "CodeXen App",
"main": "index.js",
"name": "codexen-app-builder",
"version": "0.2.0",
"description": "CodeXen App Builder",
"scripts": {
"install": "gulp build",
"start": "http-server build",
@@ -31,6 +30,11 @@
},
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
"dependencies": {
"dotenv": "^1.1.0",
"robotjs": "^0.1.2",
"node-notifier": "^4.2.1"
},
"devDependencies": {
"@rokt33r/ace-builds": "^1.1.9",
"@rokt33r/angular-ui-ace": "^0.2.3",
"angular": "^1.3.15",
@@ -39,38 +43,34 @@
"angular-md5": "^0.1.7",
"angular-sanitize": "^1.3.15",
"angular-ui-router": "^0.2.15",
"bootstrap-sass": "^3.3.4",
"bootstrap-styl": "^4.0.4",
"del": "^1.2.0",
"dotenv": "^1.1.0",
"electron-prebuilt": "^0.27.2",
"electron-rebuild": "^0.2.1",
"font-awesome": "^4.3.0",
"globby": "^2.0.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-inject": "^1.3.1",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^0.5.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^4.0.0",
"gulp-stylus": "^2.0.3",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"merge-stream": "^0.1.7",
"moment": "^2.10.3",
"node-notifier": "^4.2.1",
"robotjs": "^0.1.2",
"run-sequence": "^1.1.0",
"satellizer": "^0.10.1",
"streamqueue": "^1.1.0",
"ui-select": "^0.11.2"
},
"devDependencies": {
"gulp-concat": "^2.5.2",
"gulp-minify-html": "^1.0.3",
"streamqueue": "^1.1.0"
}
}