-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.95 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 4.95 KB
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
147
148
149
150
151
{
"name": "espol-ppl",
"version": "0.0.0",
"private": true,
"apidoc": {
"title": "PPL docs",
"description": "aplicacion ppl",
"url": "http://localhost:8000/api/",
"sampleUrl": "http://localhost:8000/api/",
"header": {
"title": "Instrucciones",
"filename": "public/docs_files/header.md"
},
"footer": {
"title": "Desarrollador",
"filename": "public/docs_files/footer.md"
}
},
"scripts": {
"start": "npm run info",
"install:preview": "npm install && npm run dev",
"postinstall": "bower install",
"predev": "npm run parcel",
"dev": "npm-run-all --parallel watchify mon sync docs",
"production": "npm install && npm run parcel && npm run js:production",
"watchify": "watchify -vd -p browserify-hmr -e app_client/estudiantes/src/main.js -o app_client/estudiantes/dist/build.js",
"parcel": "browserify -e app_client/estudiantes/src/main.js -p [ parcelify -o app_client/estudiantes/dist/build.css] ",
"mon": "env-cmd .env nodemon app.js --config nodemon.json",
"premon": "cross-env NODE_ENV=development",
"prestart": "npm run parcel && npm run env:development",
"js:production": "cross-env NODE_ENV=production browserify -g envify -p [ vueify/plugins/extract-css -o app_client/estudiantes/dist/build-component.css ] -e app_client/estudiantes/src/main.js | uglifyjs -c warnings=false -m > app_client/estudiantes/dist/build.js",
"sync": "browser-sync start --proxy 'http://localhost:8000' --ws --port 5000 --no-open --no-ui",
"doc:api": "node node_modules/apidoc/bin/apidoc -e docs/ -i app_api/routes -o docs/api",
"doc:code": "gitbook build ./docs/code",
"doc:code:i": "gitbook install ./docs/code",
"doc:code:s": "gitbook serve ./docs/code",
"docs": "npm-run-all doc:api doc:code",
"parcelify": "parcelify",
"browser-sync": "browser-sync",
"bower": "bower",
"nodemon": "nodemon",
"apidoc": "apidoc",
"gitbook": "gitbook",
"info": "npm-scripts-info"
},
"scripts-info": {
"dev": "Wacher para development con autoreload server y cliente",
"production": "Compila e instala todo lo necesario para produccion",
"doc:api": "Compila la documentacion de la api",
"doc:code:s": "Server con watcher para documentacion",
"test": "Cuando esten los test",
"info": "Documentacion"
},
"browserify": {
"transform": [
"babelify",
"vueify"
]
},
"style": [
"./node_modules/vue-material/dist/vue-material.css",
"./public/css/offline-theme-slide.css",
"./public/bower_components/offline/themes/offline-language-spanish-indicator.css"
],
"browser": {
"vue": "vue/dist/vue.common.js",
"vue-router": "vue-router/dist/vue-router.common.js",
"materialize-css": "materialize-css/dist/js/materialize.min.js"
},
"dependencies": {
"body-parser": "~1.16.0",
"cas-authentication": "^0.0.8",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"colors": "^1.1.2",
"connect": "^3.6.0",
"connect-mongo": "^1.3.2",
"cookie": "^0.3.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"cron": "^1.2.1",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"env-cmd": "^5.1.0",
"exceljs": "^0.4.10",
"express": "~4.14.1",
"express-messages": "^1.0.1",
"express-session": "^1.15.1",
"j-i-c": "^2.0.2",
"jsondiffpatch": "^0.2.4",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.13",
"mongodb": "^2.2.25",
"mongoose": "^4.9.0",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.7.0",
"schema-inspector": "^1.6.8",
"serve-favicon": "~2.3.2",
"shortid": "^2.2.8",
"soap": "^0.19.0",
"socket.io": "1.7.4",
"tracer": "^0.8.7",
"unstream": "^2.0.0",
"uuid": "^3.0.1",
"validator": "^7.0.0"
},
"devDependencies": {
"apidoc": "^0.17.6",
"axios": "^0.16.2",
"babel-core": "^6.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-runtime": "^6.0.0",
"babelify": "^7.3.0",
"bower": "^1.8.0",
"browser-sync": "^2.18.8",
"browserify": "^13.1.0",
"browserify-hmr": "^0.3.1",
"cross-env": "^2.0.0",
"envify": "^3.4.1",
"eslint": "^4.2.0",
"eslint-plugin-html": "^3.1.0",
"esprima": "^4.0.0",
"gitbook-cli": "^2.3.2",
"jsonfile": "^3.0.0",
"materialnote": "^1.2.1",
"nodemon": "^1.11.0",
"npm-run-all": "^2.3.0",
"npm-scripts-info": "^0.3.6",
"offline-js": "^0.7.19",
"parcelify": "^2.2.0",
"prettyjson": "^1.2.1",
"socket.io-client": "^2.0.3",
"uglify-js": "^2.5.0",
"vue": "^2.4.1",
"vue-material": "^0.7.1",
"vue-router": "^2.7.0",
"vue-socket.io": "^2.1.1-a",
"vueify": "^9.0.0",
"vuetify": "^0.14.1",
"vuex": "^2.3.1",
"watchify": "^3.4.0"
}
}