-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "Stare.js",
"version": "1.1.0",
"description": "Aplicación de testing para el modulo Stare.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"client": "parcel ./client/index.html ./client/index.html",
"//": "al darle mas de una entrada a parcel,se sirven multiples archivos en localhost:1234",
"server": "nodemon ./server/app.js",
"start": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Camila Márquez <[email protected]>",
"license": "MIT",
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.18.9",
"parcel-bundler": "^1.11.0"
},
"dependencies": {
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"cheerio-html-to-text": "^0.4.4",
"cors": "^2.8.5",
"d3": "^5.9.1",
"express": "^4.16.4",
"googleapis": "^37.2.0",
"hyphenopoly": "^2.7.0",
"json-formatter-js": "^2.2.1",
"json-viewer": "^2.2.0",
"languagedetect": "^1.2.0",
"npm": "^6.7.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"stare.js": "^1.2.1"
},
"comentarios": {
"//": "(servidor localhost:1234 de frontend es considerado un servidor ajeno al servidor localhost:3000 del backend)"
}
}